# 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" rust-version = "1.74.1" name = "twgame" version = "0.9.2" authors = ["Zwelf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DDNet physics implementation" documentation = "https://docs.rs/twgame" readme = "README.md" keywords = [ "ddnet", "twgame", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/ddnet-rs/twgame" [lib] name = "twgame" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.bitflags] version = "2.5.0" [dependencies.hashbrown] version = "0.14.3" features = ["serde"] [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.ndarray] version = "0.15.6" [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.slotmap] version = "=1.0.7" [dependencies.twgame-core] version = "0.7.1" [dependencies.twmap] version = "0.12.4" [dependencies.uuid] version = "1.8.0" features = [ "v4", "serde", ] [dependencies.vek] version = "0.16.1" features = [ "rgba", "rgb", "std", ] default-features = false