# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "browsercookie-rs" version = "0.1.1" authors = ["Bharadwaj Machiraju "] exclude = ["tests/resources/*"] description = "A simple filesystem browser cookie extractor" documentation = "https://docs.rs/browsercookie-rs/" readme = "README.rst" keywords = ["cookies", "browser", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tunnelshade/browsercookie-rs" [lib] name = "browsercookie" path = "src/lib.rs" [[bin]] name = "browsercookies" path = "src/bin.rs" doc = false [dependencies.byteorder] version = "1.3.1" [dependencies.clap] version = "2.33.0" [dependencies.cookie] version = "0.11.0" [dependencies.dirs] version = "1.0" [dependencies.lz4] version = "1.23.1" [dependencies.memmap] version = "0.7.0" [dependencies.regex] version = "1" [dependencies.rust-ini] version = "0.13.0" [dependencies.serde] version = "1.0.90" features = ["derive"] [dependencies.serde_json] version = "1.0.39"