# 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 = "rustini" version = "0.2.3" exclude = [ "test/*", ".gitignore", "Makefile", ] description = "An INI parser for Rust" homepage = "https://github.com/kodeschreiber/rustini" readme = "README.md" keywords = [ "ini", "parser", ] categories = [ "config", "data-structures", "filesystem", "parser-implementations", "parsing", ] license = "MIT" license-file = "LICENSE.mit" repository = "https://github.com/kodeschreiber/rustini" [dependencies]