# 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 = "dtee" version = "0.0.6" authors = ["Dariusz Depta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Decision table editor engine" documentation = "https://docs.rs/dtee" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DecisionToolkit/dte.git" [lib] name = "dtee" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "test_character" path = "tests/test_character.rs" [[test]] name = "test_region" path = "tests/test_region.rs"