# 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] name = "libtor" version = "47.13.0+0.4.7.x" authors = ["Alekos Filini "] description = "Bundle and run Tor inside your own project" homepage = "https://github.com/MagicalBitcoin/libtor" documentation = "https://docs.rs/libtor/" readme = "README.md" keywords = [ "tor", "daemon", ] license = "MIT" repository = "https://github.com/MagicalBitcoin/libtor" [dependencies.libtor-derive] version = "^0.1.2" [dependencies.libtor-sys] version = "^47.13" [dependencies.log] version = "^0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dependencies.sha1] version = "0.6" [features] vendored-lzma = ["libtor-sys/vendored-lzma"] vendored-openssl = ["libtor-sys/vendored-openssl"] vendored-zstd = ["libtor-sys/vendored-zstd"] with-lzma = ["libtor-sys/with-lzma"] with-zstd = ["libtor-sys/with-zstd"]