# 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 = "ini" version = "1.3.0" authors = ["QEDK "] description = "A simple macro built on top of configparser to load and parse ini files. You can use this to write Rust programs which can be customized by end users easily." homepage = "https://github.com/QEDK/ini-rs" documentation = "https://docs.rs/ini" readme = "README.md" keywords = ["config", "ini", "settings", "configuration", "macro"] categories = ["config", "encoding", "parser-implementations"] license = "MIT OR LGPL-3.0-or-later" repository = "https://github.com/QEDK/ini-rs" [dependencies.configparser] version = "1.0.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "QEDK/ini-rs"