# 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 = "blob-stream" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blob transfer over chunks (datagrams)" readme = "README.md" license = "MIT" repository = "https://github.com/piot/blob-stream-rs" [lib] name = "blob_stream" path = "src/lib.rs" [[test]] name = "helper" path = "tests/helper.rs" [[test]] name = "in_logic" path = "tests/in_logic.rs" [[test]] name = "in_logic_front" path = "tests/in_logic_front.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "integration_front" path = "tests/integration_front.rs" [[test]] name = "out_stream" path = "tests/out_stream.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.bit-array-rs] version = "0.0.3" [dependencies.err-rs] version = "0.0.2" [dependencies.flood-rs] version = "0.0.10" [dependencies.log] version = "0.4.22" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-log] version = "0.2.16"