# 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 = "rudp2p" version = "0.4.0" authors = ["Grégory Tardivel"] exclude = [ "/features", "/.github", "/target", "/reports", "/wasm", ] description = "Library to exchange P2P messages with UDP protocol" readme = "README.md" keywords = [ "P2P", "UDP", ] categories = [ "network-programming", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/gr3gdev/rudp2p" [package.metadata.docs.rs] all-features = true [lib] name = "rudp2plib" path = "src/lib.rs" doc = true [[test]] name = "features" harness = false [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" optional = true [dependencies.openssl-sys] version = "0.9" optional = true [dependencies.serialize_bits] version = "0.1" [dev-dependencies.cucumber] version = "0.20" features = [ "tracing", "timestamps", ] [dev-dependencies.mysql] version = "24.0" [dev-dependencies.r2d2] version = "0.8" [dev-dependencies.r2d2_mysql] version = "24.0" [dev-dependencies.r2d2_sqlite] version = "0.22" [dev-dependencies.rusqlite] version = "0.29" features = [ "unlock_notify", "release_memory", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] ssl = [ "dep:openssl", "dep:openssl-sys", ]