# 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" rust-version = "1.77" name = "tidy-browser" version = "0.1.1" authors = ["saying121 "] exclude = [ "tests/", "examples", ] description = "Tidy up browser information." homepage = "https://github.com/saying121/tidy-browser" readme = "README.md" keywords = [ "cookies", "decrypt", "Chromium", "Firefox", "Safari", ] categories = [ "asynchronous", "authentication", "cryptography", "encoding", ] license = "LGPL-3.0-or-later" repository = "https://github.com/saying121/tidy-browser" [dependencies.clap] version = "^4" [dependencies.decrypt-cookies] version = "^0.6" [dependencies.miette] version = "^7" features = ["fancy"] default-features = true [dependencies.strum] version = "^0.26" [dependencies.tokio] version = "^1" features = [ "macros", "rt-multi-thread", "macros", "tracing", ] [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.3" features = ["env-filter"] default-features = true