# 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 = "raknet-rs" version = "0.1.4" authors = ["iGxnon"] description = "Raknet protocol implementation by rust" homepage = "https://github.com/MemoriesOfTime/raknet-rs" readme = "README.md" keywords = [ "raknet", "network", "udp", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/MemoriesOfTime/raknet-rs" resolver = "2" [profile.bench] opt-level = 3 lto = true [[bench]] name = "micro" harness = false required-features = ["micro-bench"] [dependencies.async-channel] version = "2.3.1" [dependencies.bytes] version = "1" [dependencies.concurrent-queue] version = "2.5.0" [dependencies.fastrace] version = "0.7.3" [dependencies.futures] version = "0.3.5" default-features = false [dependencies.futures-async-stream] version = "0.2" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.12" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "rt", ] optional = true [dev-dependencies.criterion] version = "0.5" features = [ "async_futures", "async_tokio", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.indexmap] version = "2" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["tokio-rt"] micro-bench = [] tokio-rt = ["dep:tokio"] [lints] workspace = true