# 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 = "tan" version = "0.16.0" authors = ["Georgios Moschovitis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Tan language" readme = "README.md" keywords = [ "language", "functional", "lisp", ] license = "Apache-2.0" repository = "https://github.com/tan-language/tan" [lib] name = "tan" path = "src/lib.rs" [[example]] name = "execute_program" path = "examples/execute_program.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "eval_test" path = "tests/eval_test.rs" [[test]] name = "lexer_test" path = "tests/lexer_test.rs" [[test]] name = "parser_test" path = "tests/parser_test.rs" [[test]] name = "prune_test" path = "tests/prune_test.rs" [[test]] name = "resolver_test" path = "tests/resolver_test.rs" [[test]] name = "scope_test" path = "tests/scope_test.rs" [dependencies.rust_decimal] version = "1.32" [dependencies.rust_decimal_macros] version = "1.32" [dependencies.tracing] version = "0.1" [dev-dependencies.assert_matches] version = "1.5"