# 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 = "dredd-rs" version = "0.1.8" authors = ["Leonardo Lamas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple rules engine for Rust, adapted from the Dredd implementation for Android." documentation = "https://docs.rs/dredd-rs" readme = "README.md" keywords = [ "rules", "engine", "dredd", "rust", ] categories = [ "algorithms", "config", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/leoslamas/dredd-rs" [lib] name = "dredd_rs" path = "src/lib.rs" [[test]] name = "best_first_rule_test" path = "tests/best_first_rule_test.rs" [[test]] name = "chain_rule_test" path = "tests/chain_rule_test.rs" [dependencies]