# 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 = "confmap" version = "1.0.3" authors = ["Cheng-Lung Wu "] exclude = [ ".DS_Store", ".gitignore", ".idea/confmap.iml", ".idea/vcs.xml", ".idea/.gitignore", ".idea/workspace.xml", ".idea/modules.xml", ".idea/git_toolbox_prj.xml", ] description = "A library for reading config file into a map in memory. The idea is the same to viper package in golang" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/MarkCL/confmap.git" [lib] name = "confmap" path = "src/lib.rs" [dependencies.once_cell] version = "1.18.0" [dependencies.serde_json] version = "1.0.104"