# 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 = "toad-string" version = "1.0.0-beta.3" authors = ["Orion Kindel "] description = "Stack-allocated string" homepage = "https://github.com/clov-coffee/toad/toad" readme = "README.md" keywords = [ "coap", "iot", "networking", "no_std", "wasm", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/clov-coffee/toad/toad" resolver = "1" [dependencies.tinyvec] version = "1.5" features = ["rustc_1_55"] default_features = false [dependencies.toad-array] version = "0.2.3" default_features = false [dependencies.toad-len] version = "0.1.3" default_features = false [dependencies.toad-writable] version = "0.1.1" default_features = false [features] alloc = [ "toad-array/alloc", "toad-len/alloc", "toad-writable/alloc", ] default = ["std"] docs = [] std = [ "alloc", "toad-array/std", "toad-len/std", "toad-writable/std", ] test = [] [badges.maintenance] status = "actively-developed"