# 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 = "cstream" version = "0.1.4" description = "utilities for `libc::FILE` streams 'c streams'" homepage = "https://crates.io/cstream" documentation = "https://docs.rs/cstream" readme = "README.md" keywords = [ "libc", "stream", "ffi", ] categories = [ "embedded", "external-ffi-bindings", "no-std", "os", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/fopencookie" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "do_doc_cfg", ] [dependencies.libc] version = "0.2.154" default-features = false [dev-dependencies.tempfile] version = "3.10.1" [features] alloc = [] default = ["std"] std = [ "alloc", "libc/std", ]