# 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-sys" version = "47.13.0+0.4.7.x" authors = ["Alekos Filini "] build = "build.rs" links = "tor" description = "Rust crate that internally compiles Tor and its dependencies" homepage = "https://github.com/MagicalBitcoin/libtor-sys" documentation = "https://docs.rs/libtor-sys/" readme = "README.md" keywords = [ "tor", "daemon", ] license = "MIT" repository = "https://github.com/MagicalBitcoin/libtor-sys" [lib] name = "tor_sys" path = "src/lib.rs" [dependencies.libz-sys] version = "~1.1.3" features = ["static"] [dependencies.lzma-sys] version = "0.1" optional = true [dependencies.openssl-sys] version = "0.9" [dependencies.zstd-sys] version = "1.6" optional = true [build-dependencies.autotools] version = "^0.2.2" [build-dependencies.cc] version = "1.0" [build-dependencies.libtor-src] version = "47.13" [features] vendored-lzma = [ "lzma-sys", "lzma-sys/static", "with-lzma", ] vendored-openssl = ["openssl-sys/vendored"] vendored-zstd = [ "zstd-sys", "with-zstd", ] with-lzma = [] with-zstd = []