# 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 = "chap" version = "2.2.2" include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Logo.png", ] description = "Chap is an easy to learn, interpretive, scripting language written in Rust" homepage = "https://crates.io/crates/chap" readme = "README.md" keywords = [ "programming", "language", "scripting", "eval", "dynamic", ] categories = [ "wasm", "command-line-interface", "compilers", ] license = "GPL-3.0" repository = "https://github.com/persian-tools/chap" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" overflow-checks = false [lib] name = "chap" path = "src/lib.rs" [[bin]] name = "chap" path = "src/main.rs" [dependencies] [target."cfg(not(target_family = \"wasm\"))".dependencies.rand] version = "0.8.5" [target."cfg(not(target_family = \"wasm\"))".dependencies.rustyline] version = "12.0.0"