# 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 = "adnl" version = "2.0.0" authors = ["Vladimir Lebedev "] description = "Implementation of Abstract Datagram Network Layer" readme = "README.md" keywords = ["ton"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/tonstack/adnl-rs" [[example]] name = "time" [[example]] name = "echo_client" [[example]] name = "echo_server" [dependencies.aes] version = "0.8.1" [dependencies.ctr] version = "0.9.1" [dependencies.everscale-crypto] version = "0.2.1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.3" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "io-util", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.tokio] version = "1.36" features = [ "rt-multi-thread", "macros", ]