# 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 = "lmfu" version = "1.3.1" authors = ["Nathan ROYER "] description = "Low Memory Footprint Utilities (String, HashMap, JSON)" keywords = [ "memory", "hashmap", "arc", "json", "no_std", ] categories = [ "data-structures", "parser-implementations", "no-std", ] license = "MIT" repository = "https://github.com/NathanRoyer/bsutils" [lib] path = "lib.rs" [dependencies.ahash] version = "0.8.3" optional = true default-features = false [dependencies.arcstr] version = "1.1.5" optional = true default-features = false [dependencies.arrayvec] version = "0.7.4" optional = true default-features = false [dependencies.litemap] version = "0.7.0" optional = true [dependencies.strpool] version = "1.0.2" optional = true [build-dependencies.rand] version = "0.8.5" [features] arcstr = ["dep:arcstr"] arrayvec = ["dep:arrayvec"] default = [ "hashmap", "litemap", "json", "arcstr", "thinvec", "arrayvec", ] hashmap = [ "dep:ahash", "dep:litemap", ] json = [ "dep:litemap", "dep:ahash", "strpool", "arcstr", "thinvec", ] litemap = ["dep:litemap"] strpool = ["dep:strpool"] thinvec = []