# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mtots" version = "0.1.2" authors = ["Kyumin Kim "] description = "The mtots scripting language" license = "Apache-2.0" repository = "https://github.com/math4tots/mtots" [dependencies.anyhow] version = "1.0" [dependencies.ggez] version = "0.5" optional = true [dependencies.hound] version = "3.4" optional = true [dependencies.image] version = "0.23" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.mtots_core] version = "0.1.2" features = ["line"] [dependencies.rand] version = "0.7" optional = true [dependencies.rand_chacha] version = "0.2" optional = true [dependencies.regex] version = "1.3" optional = true [dependencies.serde_json] version = "1.0" features = ["preserve_order"] optional = true [features] basekit = ["rand", "rand_chacha", "regex", "serde_json"] default = ["basekit", "gamekit"] gamekit = ["ggez", "hound", "image"]