# 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 = "seestr" version = "0.1.5" authors = ["Aatif Syed <0xaatif@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pointer-wide nul-terminated strings with ownership semantics" homepage = "https://crates.io/crates/seestr" documentation = "https://docs.rs/seestr" readme = "README.md" keywords = [ "ffi", "nul", "c_str", "transparent", ] categories = [ "rust-patterns", "no-std::no-alloc", "external-ffi-bindings", "embedded", "development-tools::ffi", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/aatifsyed/seestr" [lib] name = "seestr" path = "src/lib.rs" [[test]] name = "self-referential" path = "tests/self-referential.rs" [dependencies.libc] version = "0.2.166" optional = true default-features = false [features] alloc = [] default = [ "alloc", "std", "libc", ] libc = ["dep:libc"] std = ["alloc"]