# 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 = "kivi" version = "1.0.0" authors = ["Dariusz Depta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "KIVI | Key-value pair with key and value in separate lines" documentation = "https://docs.rs/kivi" readme = "README.md" keywords = [ "key", "value", "pair", "double", "line", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/EngosSoftware/kivi.git" [lib] name = "kivi" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "test_api" path = "tests/test_api.rs" [[test]] name = "test_cloning" path = "tests/test_cloning.rs"