# 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 = "2018" name = "crystalorb" version = "0.3.0" authors = ["Ernest Wong "] description = "Network-agnostic, high-level game networking library" readme = "README.markdown" keywords = ["netcode"] categories = ["games", "simulation"] license = "Apache-2.0" repository = "https://github.com/ErnWong/crystalorb" [profile.release.package.crystalorb-demo] debug = true [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.take_mut] version = "0.2.2" [dependencies.tracing] version = "0.1.22" [dev-dependencies.float-cmp] version = "0.8.0" [dev-dependencies.itertools] version = "0.10.0" [dev-dependencies.pretty_assertions] version = "0.7.1" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.test-log] version = "0.2.8" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.2.17"