# 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 = "sconfig" version = "0.1.2" authors = ["wisarmy "] description = "A simple config control tool support read from file and write to file" readme = "README.md" keywords = [ "config", "toml", "json", ] license = "MIT" repository = "https://github.com/wisarmy/sconfig" [dependencies.sconfig-macros] version = "0.1.2" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.38" [dependencies.toml] version = "0.7.2" [dependencies.toml_edit] version = "0.19.9" [dependencies.tracing] version = "0.1.37"