# 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" rust-version = "1.81" name = "zstd-framed" version = "0.1.1" authors = ["Kyle Lacy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "zstd seekable format compression and decompression. Supports sync and async I/O" readme = "README.md" keywords = [ "zstd", "zstandard", "seekable", ] categories = [ "compression", "asynchronous", ] license = "MIT OR Unlicense" repository = "https://github.com/kylewlacy/zstd-framed" [package.metadata.docs.rs] all-features = true [lib] name = "zstd_framed" path = "src/lib.rs" [[test]] name = "test_async_reader_futures" path = "tests/test_async_reader_futures.rs" [[test]] name = "test_async_reader_tokio" path = "tests/test_async_reader_tokio.rs" [[test]] name = "test_async_writer_futures" path = "tests/test_async_writer_futures.rs" [[test]] name = "test_async_writer_tokio" path = "tests/test_async_writer_tokio.rs" [[test]] name = "test_reader" path = "tests/test_reader.rs" [[test]] name = "test_writer" path = "tests/test_writer.rs" [dependencies.futures] version = "0.3.31" features = ["std"] optional = true default-features = false [dependencies.pin-project-lite] version = "0.2.15" [dependencies.thiserror] version = "1.0.68" [dependencies.tokio] version = "1.41.0" features = ["io-util"] optional = true default-features = false [dependencies.zstd] version = "0.13.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.easy-hex] version = "1.0.0" default-features = false [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.tokio] version = "1.41.0" features = ["full"]