# 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 = "ashpaper-plus" version = "0.5.1" authors = ["Benjamin Hinchliff ", "Shea Newton ", "@CrockAgile"] description = "Rust Inpterpreter for Esopo language AshPaper conceived by William Hicks" homepage = "https://github.com/BenjaminHinchliff/ashpaper" documentation = "https://docs.rs/ashpaper-plus" readme = "README.md" keywords = ["esolang", "esopo", "poetry", "interpreter"] license = "MIT" repository = "https://github.com/BenjaminHinchliff/ashpaper.git" [[bin]] name = "ashpaper-plus" required-features = ["cli"] [dependencies.clap] version = "2.33.3" optional = true [dependencies.cmudict-fast] version = "0.8.0" [dependencies.cranelift] version = "0.71.0" optional = true [dependencies.cranelift-jit] version = "0.71.0" optional = true [dependencies.cranelift-module] version = "0.71.0" optional = true [dependencies.env_logger] version = "0.8.3" optional = true [dependencies.itertools] version = "0.10.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.4.3" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.pretty_assertions] version = "0.6.1" [features] cli = ["clap", "env_logger"] jit = ["cranelift", "cranelift-module", "cranelift-jit", "itertools"]