# 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" rust-version = "1.74" name = "s2n-netbench-driver-s2n-tls" version = "0.1.0" authors = ["AWS s2n"] description = "s2n-netbench driver for s2n-tls" license = "Apache-2.0" repository = "https://github.com/aws/s2n-netbench" [[bin]] name = "s2n-netbench-driver-client-s2n-tls" path = "src/bin/client.rs" [[bin]] name = "s2n-netbench-driver-server-s2n-tls" path = "src/bin/server.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.netbench] version = "0.1" package = "s2n-netbench" [dependencies.netbench-driver] version = "0.1" package = "s2n-netbench-driver" [dependencies.s2n-tls] version = "=0.0.39" [dependencies.s2n-tls-tokio] version = "=0.0.39" [dependencies.tokio] version = "1" features = [ "io-util", "net", "time", "rt-multi-thread", ]