# 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" name = "inn" version = "0.2.0" authors = ["Cam"] description = "A cross-platform packet capture tool similar to fiddler" homepage = "https://github.com/black-mongo/inn" documentation = "https://docs.rs/inn" readme = "README.md" keywords = ["inn", "fiddler", "charles", "whistle"] categories = ["plugins", "network-programming"] license = "MIT" repository = "https://github.com/black-mongo/inn" [dependencies.actix] version = "0.13" [dependencies.actix-rt] version = "2.0.0" [dependencies.env_logger] version = "0.9" [dependencies.inn-network] version = "0.1" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.18.2" features = ["full"]