# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "quicsock" version = "0.3.0" authors = ["shellrow "] description = "High-level and high-performance data transfer library" readme = "README.md" keywords = ["network"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/quicsock" [[example]] name = "send_file" path = "examples/send_file.rs" [[example]] name = "receive_file" path = "examples/receive_file.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1" [dependencies.netdev] version = "0.29" [dependencies.quinn] version = "0.11" [dependencies.quinn-proto] version = "0.11" [dependencies.rcgen] version = "0.13" [dependencies.rustls] version = "0.23" features = [ "ring", "std", ] default-features = false [dependencies.rustls-native-certs] version = "0.7" [dependencies.rustls-pemfile] version = "2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = [ "io-util", "macros", "sync", "rt", "net", "fs", "io-std", "signal", "process", ] [dependencies.tracing] version = "0.1" [dev-dependencies.clap] version = "4.4" features = [ "derive", "string", ] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.0" [dev-dependencies.uuid] version = "1.9" features = [ "v4", "fast-rng", "macro-diagnostics", ]