# 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 = "vtl-rs" version = "0.0.3" authors = ["spezifisch "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Very Tiny Language (VTL) in Rust, inspired by the historical VTL-2 on Altair 680b and others." readme = "README.md" license = "GPL-3.0-only" repository = "https://codeberg.org/spezifisch/vtl-rs" [lib] name = "vtl_rs" path = "src/lib.rs" [[bin]] name = "vtl-rs" path = "src/main.rs" [[test]] name = "cpu_evaluator_tests" path = "tests/cpu_evaluator_tests.rs" [[test]] name = "cpu_tests" path = "tests/cpu_tests.rs" [[test]] name = "lexer_tests_control" path = "tests/lexer_tests_control.rs" [[test]] name = "lexer_tests_core" path = "tests/lexer_tests_core.rs" [[test]] name = "lexer_tests_math" path = "tests/lexer_tests_math.rs" [[test]] name = "lexer_tests_strings" path = "tests/lexer_tests_strings.rs" [[test]] name = "lexer_tests_variables" path = "tests/lexer_tests_variables.rs" [[test]] name = "memory_tests" path = "tests/memory_tests.rs" [[test]] name = "parser_tests" path = "tests/parser_tests.rs" [[test]] name = "vtl_tests" path = "tests/vtl_tests.rs" [dependencies.dirs] version = "5.0.1" [dependencies.flexi_logger] version = "0.29.1" [dependencies.log] version = "0.4.22" [dependencies.rustyline] version = "14.0.0" [build-dependencies.chrono] version = "0.4.38"