# 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.77" name = "tor-basic-utils" version = "0.24.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "General helpers used by Tor" homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" readme = "README.md" keywords = [ "tor", "arti", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [package.metadata.docs.rs] all-features = true [lib] name = "tor_basic_utils" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.13.0" [dependencies.paste] version = "1" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0.103" features = ["derive"] optional = true [dependencies.slab] version = "0.4.4" [dependencies.smallvec] version = "1.10" [dependencies.thiserror] version = "1" [dev-dependencies.derive_more] version = "1.0.0" features = ["full"] [dev-dependencies.educe] version = "0.4.6" [dev-dependencies.serde] version = "1.0.103" features = ["derive"] [dev-dependencies.serde-value] version = "0.7.0" [dev-dependencies.serde_json] version = "1.0.50" [features] full = ["serde"] [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false