# 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 = "petitset" version = "0.2.1" authors = ["Leafwing Studios"] exclude = ["tools/**/*", ".github/**/*"] description = "An ordered set data structure, optimized for stack-allocated storage of a tiny number of elements with a fixed cap." homepage = "https://leafwing-studios.com" keywords = ["set", "map"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/leafwing-studios/petitset" resolver = "2" [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" optional = true [features] serde_compat = ["serde", "std"] set_algebra = [] std = [] thiserror_compat = ["thiserror", "std"]