# 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 = "2018" name = "cstrptr" version = "0.1.3" authors = ["arc"] include = [ "/src/**", "/README*", "/COPYING*", ] description = "FFI-compatible and no-std &CStr" documentation = "https://docs.rs/cstrptr/" keywords = [ "cstr", "cstring", "no-std", ] categories = [ "no-std", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/arcnmx/cstrptr-rs" [package.metadata.docs.rs] features = [ "std", "unstable", ] [dependencies.cty] version = "0.2" [dependencies.memchr] version = "2.2" optional = true default-features = false [features] alloc = [] default = ["memchr"] std = [] unstable = [] [badges.maintenance] status = "passively-maintained"