# 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 = "gday_file_transfer" version = "0.3.0" authors = ["Marcin Anforowicz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Protocol to securely transfer files over an encrypted IO stream." homepage = "https://github.com/manforowicz/gday/tree/main/gday_file_transfer" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/manforowicz/gday/" [lib] name = "gday_file_transfer" path = "src/lib.rs" [[test]] name = "test_file_meta" path = "tests/test_file_meta.rs" [[test]] name = "test_integration" path = "tests/test_integration.rs" [[test]] name = "test_offer" path = "tests/test_offer.rs" [dependencies.os_str_bytes] version = "7.0.0" [dependencies.pin-project] version = "1.1.7" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["io-util"] [dev-dependencies.tempfile] version = "3.14.0" [dev-dependencies.tokio] version = "1.41.1" features = ["macros"]