# 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 = "arn-language" version = "1.2.1" authors = ["Joshua Barnett "] include = ["src/*.rs", "src/utils/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "dictionary.txt"] description = "Rust parser for the Arn golfing language" readme = "README.md" keywords = ["ast", "parser", "golfing", "language", "arn"] categories = ["parser", "language", "code-golf", "arn"] license = "Apache-2.0" repository = "https://github.com/ZippyMagician/Arn" [profile.release] lto = true panic = "abort" [[bin]] name = "arn" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.3" [dependencies.lazy_static] version = "1.4" [dependencies.primal] version = "0.3" [dependencies.radix_fmt] version = "1.0.0" [dependencies.rand] version = "0.8.3" [dependencies.rug] version = "1.12.0" features = ["float"] default-features = false