# 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 = "simple-stream" version = "0.11.0" authors = ["Nathan Sizemore "] description = "Building blocks for streaming chunks of data over io::Read and io::Write impls." documentation = "https://docs.rs/crate/simple-stream" readme = "README.md" keywords = [ "stream", "socket", "chunks", "frames", ] license = "MPL-2.0" repository = "https://github.com/nathansizemore/simple-stream" [lib] name = "simple_stream" [dependencies.bitflags] version = "2.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" optional = true [features] default = ["openssl"]