# 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 = "2018" rust-version = "1.55" name = "rustunnel" version = "0.1.2" build = "build.rs" description = "Sandboxed TLS tunnel library" keywords = ["tls", "ssl"] categories = ["cryptography"] license = "AGPL-3.0-or-later" repository = "https://github.com/rustunnel/rustunnel" [[test]] name = "client_child_test" harness = false [[test]] name = "server_child_test" harness = false [dependencies.clear_on_drop] version = "0.2" [dependencies.failure] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.nix] version = "0.23" [dependencies.openssl] version = "0.10" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rand_core] version = "0.6" [build-dependencies.cc] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.seccomp-sys] version = "0.1"