# 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 = "three_body_lang" version = "0.6.5" authors = [ "meloalright", "rustq", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Three Body Language written in Rust" readme = "README.md" license = "MIT" [[bin]] name = "3body" path = "src/bin/repl/mod.rs" required-features = ["repl"] [dependencies.rustyline] version = "12.0.0" optional = true [dependencies.rustyline-derive] version = "0.4.0" optional = true [dependencies.three_body_interpreter] version = "0.6.5" features = ["threading"] [features] default = ["repl"] repl = [ "rustyline", "rustyline-derive", ]