# 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 = "pvz_interception_calculator" version = "2.0.13" description = "The Rust rewrite of the original PVZ Interception Calculator that calculates precise imp movement." readme = "README.md" license = "MIT" repository = "https://github.com/Rottenham/pvz-interception-calculator-rust" [dependencies.dyn-fmt] version = "0.4.0" [dependencies.rustyline] version = "12.0.0" [dependencies.termcolor] version = "1.2" [features] en = [] zh = []