# 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 = "sentinel" version = "0.5.4" authors = ["Nils Mathieu "] description = "A sentinel-terminated slice library." documentation = "https://docs.rs/sentinel" readme = "README.md" keywords = [ "slice", "cstr", "null", ] categories = [ "data-structures", "no-std", "development-tools::ffi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nils-mathieu/sentinel" [package.metadata.cargo-all-features] denylist = ["nightly"] [dependencies.libc] version = "0.2" optional = true default-features = false [dependencies.memchr] version = "2" optional = true default-features = false [features] alloc = [] default = [ "alloc", "memchr", ] nightly = []