# 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 = "smallmap" version = "1.4.2" authors = ["Avril "] description = "Small byte-sized generic key-value map type" homepage = "https://git.flanchan.moe/flanchan/smallmap" readme = "README.md" keywords = [ "map", "table", "small", "key", "value", ] license = "MIT" repository = "https://github.com/notflan/smallmap" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "unwind" strip = true [dependencies.serde] version = "1.0.163" features = [ "derive", "alloc", ] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0.96" [build-dependencies.rustc_version] version = "0.4" [features] default = ["std"] std = []