# 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-common" version = "0.2.0" authors = ["Cam"] description = "A common library for Inn" homepage = "https://github.com/black-mongo/inn" documentation = "https://docs.rs/inn" readme = "README.md" keywords = [ "inn", "fiddler", "charles", "whistle", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/black-mongo/inn" resolver = "1" [dependencies.env_logger] version = "0.9" [dependencies.http] version = "0.2.7" [dependencies.log] version = "0.4" [dependencies.moka] version = "0.8.4" features = ["future"] [dependencies.pem] version = "1.0.2" [dependencies.rcgen] version = "0.9" features = ["x509-parser"] [dependencies.rustls] version = "0.20" [dependencies.rustls-pemfile] version = "0.3" [dependencies.time] version = "0.3"