# 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 = "2018" name = "cfg-lib" version = "0.1.1" authors = ["Vinay Sajip "] exclude = ["*.log", "resources/"] description = "A Rust library for working with the CFG configuration format." homepage = "https://docs.red-dove.com/cfg/rust.html" readme = "README.md" keywords = ["configuration"] categories = ["config"] license = "BSD-3-Clause" repository = "https://github.com/vsajip/rust-cfg-lib.git" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4" [dependencies.num-complex] version = "0.2" [dependencies.regex] version = "1"