wright 0.7.3

The rust package and API for the wright programming language.
Documentation
# 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 = "wright"
version = "0.7.3"
authors = ["Antonia Calia-Bogan <acaliabogan@gmail.com>"]
description = "The rust package and API for the wright programming language."
documentation = "https://docs.rs/wright"
readme = "../README.md"
keywords = ["wright", "language", "bytecode", "compiler", "interpreter"]
license = "MIT"
repository = "https://github.com/Wright-Language-Developers/Wright-lang"

[lib]
name = "wright"
test = true
doctest = true
doc = true

[[bin]]
name = "wright"
test = false
doc = false

[[bin]]
name = "kittyhawk"
test = false
doc = false

[[bin]]
name = "liftoff"
test = false
doc = false

[[bin]]
name = "airport"
test = false
doc = false
[dependencies.brain-brainfuck]
version = "1.3.0"

[dependencies.clap]
version = "~2.31.0"

[dependencies.colored]
version = "1.6.0"

[dependencies.regex]
version = "~0.2.0"
[badges.appveyor]
repository = "Wright-Language-Developers/Wright-lang"

[badges.is-it-maintained-issue-resolution]
repository = "Wright-Language-Developers/Wright-lang"

[badges.is-it-maintained-open-issues]
repository = "Wright-Language-Developers/Wright-lang"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "Wright-Language-Developers/Wright-lang"