# 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] name = "zia" version = "0.5.0" authors = ["Charles Johnson "] description = "Interpreter Library for the Zia Programming Language" readme = "README.md" keywords = ["interpreter", "language-programming", "tacit", "symbolic"] categories = ["science", "parser-implementations", "internationalization", "compression"] license = "GPL-3.0" repository = "https://github.com/Charles-Johnson/zia_programming" [lib] name = "zia" crate-type = ["lib"] path = "src/lib.rs" [[bench]] name = "setup" harness = false [[bench]] name = "let_reduction" harness = false [dependencies.lazy_static] version = "1.2.0" [dependencies.maplit] version = "1.0.2" [dependencies.snafu] version = "0.5.0" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.proptest] version = "0.9.1" [dev-dependencies.test_zia] version = "0.5.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.slog] version = "2.4.1" features = ["max_level_info", "release_max_level_warn"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.slog-term] version = "2.4.0" [badges.maintenance] status = "actively-developed"