# 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] name = "non-empty-collections" version = "0.1.9" authors = ["mexus "] description = "Non-empty hash-map and hash-set implementations" documentation = "https://docs.rs/non-empty-collections/" readme = "README.md" keywords = ["collections", "non-empty"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/mexus/non-empty-collections/" [package.metadata.docs.rs] all-features = true [dependencies.indexmap] version = "1" [dependencies.serde] version = "1" optional = true [features] default = ["serde_support"] serde_support = ["serde"]