[[bin]]
name = "rue"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.clvmr]
version = "0.6.1"
[dependencies.hex]
version = "0.4.3"
[dependencies.rue-clvm]
version = "0.1.0"
[dependencies.rue-compiler]
version = "0.1.0"
[dependencies.rue-parser]
version = "0.1.0"
[lints.clippy]
all = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
too_many_lines = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
dead_code = "warn"
deprecated = "deny"
deprecated_in_future = "deny"
future_incompatible = "deny"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "deny"
nonstandard_style = "deny"
rust_2018_idioms = "deny"
rust_2021_compatibility = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unreachable_code = "warn"
unreachable_patterns = "deny"
unsafe_code = "deny"
unused_extern_crates = "deny"
[package]
authors = ["Brandon Haggstrom <me@rigidnetwork.com>"]
categories = ["cryptography::cryptocurrencies", "development-tools"]
description = "CLI tool for the Rue compiler."
edition = "2021"
homepage = "https://github.com/rigidity/rue"
keywords = ["chia", "blockchain", "crypto"]
license = "Apache-2.0"
name = "rue-cli"
readme = "README.md"
repository = "https://github.com/rigidity/rue"
version = "0.1.1"