# 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 = "scf-core" version = "1.2.1" authors = ["Qiang Zhao "] description = "Simple Configuration Facade" homepage = "https://github.com/mydotey/scf/tree/master/rust" readme = "README.md" keywords = ["config", "configuration", "config-manager", "setting", "property"] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/mydotey/scf" [dependencies.lang_extension] version = "1.0.1" [dependencies.log] version = "0.4.8" [dev-dependencies.log4rs] version = "0.8.3"