# 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" rust-version = "1.61" name = "cl-traits" version = "7.0.0" authors = ["Caio Fernandes "] description = "Provides traits that describe collections" readme = "README.md" keywords = [ "collections", "traits", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/c410-f3r/cl-traits" resolver = "2" [dependencies.arrayvec] version = "0.7" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.smallvec] version = "1.0" optional = true default-features = false [dependencies.staticvec] version = "0.11" optional = true default-features = false [dependencies.tinyvec] version = "1.0" optional = true default-features = false [features] alloc = [] arrayvec = ["dep:arrayvec"] default = [] gat = [] serde = ["dep:serde"] smallvec = ["dep:smallvec"] staticvec = ["dep:staticvec"] std = ["alloc"] tinyvec = [ "dep:tinyvec", "tinyvec?/alloc", ]