# 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 = "zombie_movement_calculator" version = "0.1.0" description = "Precisely calculate zombies' movement in PvZ" license = "Apache-2.0" repository = "https://github.com/alumkal/zombie-movement-calculator-lib/" [dependencies.csv] version = "^1.1.6" [dependencies.lazy_static] version = "^1.4.0" [dependencies.libm] version = "^0.2.6" [dependencies.num-integer] version = "^0.1.45" [dependencies.num-rational] version = "^0.4.1" features = ["std"] [dependencies.num-traits] version = "^0.2.15" [dependencies.rayon] version = "^1.7.0" [dependencies.serde] version = "^1.0.152" features = ["derive"] [dependencies.strum] version = "^0.24.1" features = ["derive"]