# 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 = "rustyproxy-srv" version = "1.0.8" description = "Proxy server for the RustyProxy project. Used to save HTTP(s) requests for security analysis" readme = "README.md" license = "GPL-3.0-only" repository = "https://gitlab.com/r2367/rustyproxy-srv.git" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.21" [dependencies.nom] version = "7.1.3" [dependencies.nom-bufreader-rp] version = "0.2.0" [dependencies.nomhttp] version = "0.1.0" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.openssl-sys] version = "0.9.102" [dependencies.rusqlite] version = "0.31.0" features = [ "bundled", "blob", ] [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116"