# 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 = "tangled" version = "0.1.0" description = "Work-in-progress UDP networking crate." readme = "README.md" categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/IntQuant/tangled" resolver = "2" [[example]] name = "chat" [dependencies.bincode] version = "1.3.3" [dependencies.crossbeam] version = "0.8.2" [dependencies.dashmap] version = "5.3.4" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.tracing] version = "0.1.36" [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ]