# 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 = "varpath" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TODO" homepage = "https://github.com/adam-gaia/varpath" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adam-gaia/varpath" [profile.dist] lto = "thin" inherits = "release" [lib] name = "varpath" path = "src/lib.rs" [dependencies.eyre] version = "0.6.12" [dependencies.homedir] version = "0.3.3" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.winnow] version = "0.6.18" [dev-dependencies.pretty_assertions] version = "1.4.1"