# 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 = "potterscript-runtime" version = "0.2.0" description = "PotterScript Runtime." license = "MIT" resolver = "1" [dependencies.colored] version = "1.1.0" optional = true [dependencies.js-sys] version = "0.3.64" optional = true [dependencies.potterscript-parser] version = "0.2.0" [dependencies.rand] version = "0.8.4" optional = true [dependencies.wasm-bindgen] version = "0.2.87" optional = true [dependencies.web-sys] version = "0.3.64" features = ["console"] optional = true [features] default = ["std"] js = [ "js-sys", "wasm-bindgen", "web-sys", ] std = [ "colored", "rand", ]