# 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.64.0" name = "bounded-static" version = "0.8.0" authors = ["FujiApple "] description = "Defines the ToBoundedStatic and IntoBoundedStatic traits" readme = "README.md" keywords = [ "cow", "static", "bounded", "owned", "derive", ] categories = [ "no-std", "rust-patterns", "data-structures", "memory-management", ] license = "Apache-2.0" repository = "https://github.com/fujiapple852/bounded-static" [package.metadata.docs.rs] all-features = true [dependencies.ahash] version = "0.8.11" optional = true default-features = false [dependencies.bounded-static-derive] version = "0.8.0" optional = true [dependencies.chrono] version = "0.4.38" optional = true default-features = false [dependencies.smallvec] version = "1.13.2" optional = true default-features = false [dependencies.smartstring] version = "1.0.1" optional = true default-features = false [dependencies.smol_str] version = "0.2.2" optional = true default-features = false [features] alloc = [] chrono-clock = [ "chrono", "chrono/clock", ] collections = ["alloc"] default = [ "collections", "alloc", "std", ] derive = ["bounded-static-derive"] std = [ "alloc", "ahash?/std", "chrono?/std", ]