# 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 = "keylist" version = "0.3.0" authors = ["Thomas "] description = "Elixir keyword list in Rust" readme = "README.md" keywords = [ "lists", "tuples", "map", ] categories = ["data-structures"] license = "Unlicense" repository = "https://github.com/thomas9911/keylist" [[example]] name = "serde" required-features = [ "serde", "serde_json", ] [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.serde_test] version = "1.0"