# 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 = "2018" rust-version = "1.60" name = "aether_lib" version = "0.1.2" authors = [ "Anish Sharma ", "Arjun Syam ", "Dev Sony ", ] exclude = [".github/workflows"] description = """ A library that provides P2P communication for Prototype Aether. Contains the implementations of the Aether Protocol. This library can be used to develop P2P applications. """ homepage = "https://github.com/Prototype-Aether/Aether-Lib" readme = "README.md" keywords = [ "p2p", "communication", "general-purpose", "udp", "udp-holepunching", ] categories = ["network-programming"] license = "GPL-3.0" repository = "https://github.com/Prototype-Aether/Aether-Lib" [package.metadata.docs.rs] all-features = true [lib] name = "aether_lib" path = "src/lib.rs" [[bench]] name = "packet_compiling" harness = false [dependencies.base64] version = "0.13" [dependencies.crossbeam] version = "0.8" [dependencies.home] version = "0.5" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3"