# 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 = "c8str" version = "0.1.1" authors = ["Maia S. R."] description = "String types that are both utf-8 and null terminated" documentation = "https://docs.rs/c8str" readme = "README.md" keywords = [ "string", "utf-8", "null-terminated", "ffi", ] categories = [ "development-tools", "rust-patterns", "no-std", "no-std::no-alloc", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/maia-s/c8str-rs" [package.metadata.docs.rs] all-features = true [features] alloc = [] default = [] nightly = [] std = ["alloc"]