# 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.61.0" name = "preferences" version = "2.0.0" authors = ["Andy Barron "] description = "Read and write user-specific application data (in stable Rust)" documentation = "https://docs.rs/preferences" readme = "README.md" keywords = [ "preferences", "user", "data", "persistent", "storage", ] categories = ["config"] license = "MIT-0" repository = "https://github.com/AndyBarron/preferences-rs" [dependencies.app_dirs] version = "2.5" package = "app_dirs2" [dependencies.serde] version = "^1.0.0" features = ["derive"] [dependencies.serde_json] version = "^1.0.0"