# 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 = "spacey" version = "1.2.0" description = "a tiny yet performant whitespace vmm/interpreter" documentation = "https://docs.rs/spacey" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/D3PSI/spacey" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "interpreter" harness = false [[bench]] name = "parser" harness = false [dependencies.clap] version = "3.2.5" [dependencies.wasm-bindgen] version = "0.2.83" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"] [dev-dependencies.wasm-bindgen-test] version = "0.3.13" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.getch] version = "0.3.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.memmap] version = "0.7.0"