# 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 = "chrome-cache-parser" version = "0.2.3" include = ["**/*.rs"] description = "Chrome cache parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/evanandrewrose/chrome-cache-parser" [lib] name = "chrome_cache_parser" [[example]] name = "display-chrome-cache" [dependencies.chrono] version = "0.4.38" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.60" [dependencies.zerocopy] version = "0.7.34" features = ["derive"] [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.dirs] version = "5.0.1"