# 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 = "flexstr" version = "0.9.2" authors = ["Scott Meeuwsen "] description = "A flexible, simple to use, immutable, clone-efficient `String` replacement for Rust" documentation = "https://docs.rs/flexstr" readme = "../README.md" keywords = ["string", "rc_str", "arc_str", "refcount", "inline"] categories = ["data-structures", "memory-management", "no-std", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/nu11ptr/flexstr" [package.metadata.docs.rs] all-features = true [dependencies.itoa] version = "1" optional = true [dependencies.ryu] version = "1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.static_assertions] version = "1" [dependencies.ufmt] version = "0.1" optional = true [dependencies.ufmt-write] version = "0.1" optional = true [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] default = ["std"] fast_format = ["ufmt", "ufmt-write"] fp_convert = ["ryu"] int_convert = ["itoa"] std = []