# 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 = "simple_config" version = "0.133.0" authors = ["Kevin Cox "] description = "A config language for humans that is not self-describing." homepage = "https://gitlab.com/kevincox/simple-config-rs" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/kevincox/simple-config-rs" [[example]] name = "github-workflow" test = true [[example]] name = "gitlab-ci" test = true [dependencies.bstr] version = "1.0.0" [dependencies.buffered-reader] version = "1.1.2" [dependencies.serde] version = "1.0.137" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.humantime-serde] version = "1.1.1" [dev-dependencies.serde_derive] version = "1.0.137" [dev-dependencies.serde_with] version = "3.0.0" [dev-dependencies.serde_yaml] version = "0.8.24"