# 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 = "bones_matchmaker" version = "0.4.0" authors = ["The Fish Folk & Spicy Lobster Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple matchmaking server for games." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/fishfolk/bones" [lib] name = "bones_matchmaker" path = "src/lib.rs" [[bin]] name = "bones_matchmaker" path = "src/main.rs" [[example]] name = "matchmaker_client" path = "examples/matchmaker_client.rs" [dependencies.anyhow] version = "1.0" [dependencies.bones_matchmaker_proto] version = "0.4.0" [dependencies.bytes] version = "1.2" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.either] version = "1.8" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.iroh-net] version = "0.22" [dependencies.once_cell] version = "1.15" [dependencies.postcard] version = "1.0" features = ["alloc"] default-features = false [dependencies.quinn] version = "0.10" package = "iroh-quinn" [dependencies.rand] version = "0.8" [dependencies.rcgen] version = "0.12" [dependencies.scc] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]