# 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.65" name = "cl-aux" version = "5.0.1" authors = ["Caio Fernandes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides elements that describe collections" readme = "README.md" keywords = [ "collections", "traits", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/c410-f3r/regular-crates" [lib] name = "cl_aux" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.smallvec] version = "1.13" optional = true default-features = false [dependencies.tinyvec] version = "1.0" optional = true default-features = false [features] alloc = ["tinyvec?/alloc"] default = [] std = ["alloc"]