# 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 = "durian" version = "0.5.0" authors = ["Michael Trinh "] description = "Client-server networking library built on top of the QUIC protocol, implemented in Rust by quinn." homepage = "https://github.com/spoorn/durian" readme = "README.md" keywords = [ "durian", "macros", "netcode", "packets", "gamedev", ] categories = [ "accessibility", "game-development", "network-programming", "games", ] license = "MIT" repository = "https://github.com/spoorn/durian" resolver = "1" [lib] name = "durian" [dependencies.bimap] version = "0.6.3" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.4.0" [dependencies.dashmap] version = "5.5.0" [dependencies.derive_more] version = "0.99.17" [dependencies.durian_macros] version = "0.4" [dependencies.hashbrown] version = "0.14.0" [dependencies.indexmap] version = "2.0.0" [dependencies.log] version = "0.4.19" [dependencies.num_cpus] version = "1.16.0" [dependencies.quinn] version = "0.10.1" [dependencies.rcgen] version = "0.11.1" [dependencies.rustls] version = "0.21.5" features = [ "quic", "dangerous_configuration", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.test-log] version = "0.2.12" [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [features] default = []