# 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 = "twmap" version = "0.12.4" authors = ["Patiga "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse, edit and save Teeworlds and DDNet maps" readme = "README.md" keywords = [ "teeworlds", "ddnet", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/Patiga/twmap" resolver = "2" [lib] name = "twmap" path = "src/lib.rs" [[test]] name = "datafile" path = "tests/datafile.rs" [[test]] name = "map" path = "tests/map.rs" [[test]] name = "map_dir" path = "tests/map_dir.rs" [[test]] name = "map_edit" path = "tests/map_edit.rs" [dependencies.az] version = "1.2.1" [dependencies.bitflags] version = "2.4.1" [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.fixed] version = "1.24.0" features = [ "num-traits", "serde-str", ] [dependencies.flate2] version = "1.0.28" features = ["zlib-ng-compat"] [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.image] version = "0.24.7" features = ["png"] default-features = false [dependencies.log] version = "0.4.20" [dependencies.ndarray] version = "0.15.6" [dependencies.opus_headers] version = "0.1.2" [dependencies.sanitize-filename] version = "0.5.0" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.structview] version = "1.1.0" [dependencies.thiserror] version = "1.0.50" [dependencies.twstorage] version = "0.1.1" [dependencies.vek] version = "0.16.1" features = [ "az", "rgba", "std", "uv", ] default-features = false [dev-dependencies.tempfile] version = "3.8.1"