aboutsummaryrefslogtreecommitdiff
path: root/net/Cargo.toml
blob: 863a250dce0346b99b5f52f3a0da541c7500a60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "karyons_net"
version.workspace = true 
edition.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
karyons_core.workspace = true

smol = "1.3.0"
async-trait = "0.1.73"
log = "0.4.20"
bincode = "2.0.0-rc.3"
thiserror = "1.0.47"
url = "2.4.1"
async-rustls = { version = "0.4.1", features = ["dangerous_configuration"] }