# 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 = "anagma" version = "0.2.0" authors = ["Mark LeMoine "] description = "A new standard for storing hierarchical metadata for data/media files in external configuration files." license = "MIT" [dependencies.globset] version = "0.4" [dependencies.indexmap] version = "1" features = ["serde-1"] [dependencies.rust_decimal] version = "1" features = ["serde-float"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.strum] version = "0.19" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dev-dependencies.maplit] version = "1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rust_decimal_macros] version = "1" [dev-dependencies.str-macro] version = "0.1" [dev-dependencies.tempfile] version = "3"