# 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" name = "tunneler-core" version = "0.13.1" authors = ["lol3rrr "] description = "Provides the Core functionality for the Tunneler software" license = "MIT" repository = "https://github.com/Lol3rrr/tunneler-core" [[bench]] name = "Benchmark" path = "./benches/benchmark.rs" harness = false [dependencies.ahash] version = "0.7.6" [dependencies.async-trait] version = "0.1.42" [dependencies.base64] version = "0.13.0" [dependencies.dashmap] version = "5.1" [dependencies.log] version = "0.4.11" optional = true [dependencies.rand] version = "0.7.0" features = ["getrandom", "small_rng"] [dependencies.rsa] version = "0.3.0" [dependencies.tokio] version = "1.16" features = ["rt", "net", "io-util", "sync", "time"] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-futures] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.tokio] version = "1.16" features = ["rt", "rt-multi-thread", "net", "io-util", "sync", "time", "macros"] [features] client = [] default = ["client", "server", "trace", "logging"] logging = ["log"] server = [] trace = ["tracing", "tracing-futures"]