# 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 = "torcc-rs" version = "0.1.1" authors = ["Ansho Rei "] description = "Tor controller client library" homepage = "http://www.github.com/Anshorei/torcc" documentation = "http://www.github.com/Anshorei/torcc-rs" readme = "README.md" keywords = ["tor", "net", "network"] categories = ["network-programming"] license = "WTFPL" repository = "http://www.github.com/Anshorei/torcc" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.9"