# 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" rust-version = "1.74.0" name = "ini-roundtrip" version = "0.2.0" authors = ["Arvid Norlander"] build = false exclude = [ "/.github/", "/.chglog/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast format preserving (round-tripping) INI-parser" readme = "README.md" keywords = [ "ini", "no-std", "config", "configuration", "parser", ] categories = [ "config", "parser-implementations", ] license = "MIT" repository = "https://github.com/VorpalBlade/ini-roundtrip" [lib] name = "ini_roundtrip" path = "src/lib.rs" [[bench]] name = "basic_bench" path = "benches/basic_bench.rs" harness = false [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.criterion] version = "0.5.1" [lints.clippy] assigning_clones = "warn" doc_markdown = "warn" format_push_string = "warn" needless_pass_by_value = "warn" ptr_as_ptr = "warn" redundant_clone = "warn" redundant_closure_for_method_calls = "warn" semicolon_if_nothing_returned = "warn" undocumented_unsafe_blocks = "warn" uninlined_format_args = "warn" unnecessary_box_returns = "warn" unnecessary_safety_doc = "warn" unwrap_used = "warn" wildcard_imports = "warn" [lints.rust] rust-2018-idioms = "warn" unreachable_pub = "warn" [lints.rust.unused-extern-crates] level = "allow" priority = 1