# 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 = "fixed-buffer" version = "1.0.0" authors = ["Michael Leonhard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fixed-size buffers for network protocol parsers" readme = "Readme.md" keywords = [ "io", "network", "tokio", "protocol", "async", ] categories = [ "parsing", "network-programming", ] license = "Apache-2.0" repository = "https://gitlab.com/leonhard-llc/fixed-buffer-rs" [lib] name = "fixed_buffer" path = "src/lib.rs" [[test]] name = "async_std" path = "tests/async_std.rs" [[test]] name = "deframe_crlf" path = "tests/deframe_crlf.rs" [[test]] name = "deframe_line" path = "tests/deframe_line.rs" [[test]] name = "escape_ascii" path = "tests/escape_ascii.rs" [[test]] name = "fixed_buf" path = "tests/fixed_buf.rs" [[test]] name = "futures_io" path = "tests/futures_io.rs" [[test]] name = "server" path = "tests/server.rs" [[test]] name = "smol" path = "tests/smol.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [[test]] name = "tokio" path = "tests/tokio.rs" [dependencies.futures-io] version = "0.3" optional = true default-features = false [dependencies.tokio] version = "1" optional = true default-features = false [dev-dependencies.async-std] version = "1" features = ["std"] [dev-dependencies.crc] version = "3" [dev-dependencies.futures-lite] version = "2" [dev-dependencies.once_cell] version = "1" [dev-dependencies.read-write-ext] version = "^0.1.1" [dev-dependencies.safina-async-test] version = "0.1" [dev-dependencies.smol] version = "2" [dev-dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", ] [features] async-std-feature = ["futures-io"] default = [] smol-feature = ["futures-io"]