# 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 = "barkml" version = "0.7.0" authors = ["Jarrett Tierney "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative configuration language" readme = "README.md" categories = ["config"] license = "MIT-0" repository = "https://github.com/awslabs/barkml" [lib] name = "barkml" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.indexmap] version = "2.2" features = ["serde"] [dependencies.logos] version = "0.14" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.8" [dependencies.uuid] version = "1.8" features = [ "serde", "v7", ] [dev-dependencies.assert_matches] version = "1.5" [features] default = ["full"] full = []