# 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 = "abyss-lang" version = "0.0.2" authors = ["liebe-magi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AbySS: Advanced-scripting by Symbolic Syntax" readme = "README.md" license = "MIT" repository = "https://github.com/liebe-magi/AbySS" [lib] name = "abyss_lang" path = "src/lib.rs" [[bin]] name = "abyss" path = "src/main.rs" [[test]] name = "test_base" path = "tests/test_base.rs" [[test]] name = "test_calc" path = "tests/test_calc.rs" [[test]] name = "test_comp" path = "tests/test_comp.rs" [[test]] name = "test_engrave" path = "tests/test_engrave.rs" [[test]] name = "test_forge" path = "tests/test_forge.rs" [[test]] name = "test_logical" path = "tests/test_logical.rs" [[test]] name = "test_oracle" path = "tests/test_oracle.rs" [[test]] name = "test_orbit" path = "tests/test_orbit.rs" [[test]] name = "test_rune" path = "tests/test_rune.rs" [[test]] name = "test_type" path = "tests/test_type.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dependencies.rustyline] version = "14.0.0"