# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "expert" version = "0.0.1" authors = ["Adam Baxter "] description = "A cache-friendly, typesafe expert/business rules system" homepage = "https://github.com/ambaxter/expert-rs" readme = "README.md" keywords = ["rete", "expert", "business", "rules", "brms"] categories = ["algorithms", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/ambaxter/expert-rs.git" [dependencies.failure] version = "0.1.0" [dependencies.failure_derive] version = "0.1.0" [dependencies.float-cmp] version = "0.2" [dependencies.interpolate_idents] version = "0.1.8" [dependencies.itertools] version = "0.6" [dependencies.num] version = "0.1" [dependencies.ordered-float] version = "0.5" [dependencies.parking_lot] version = "0.4" features = ["nightly"] [dependencies.string-interner] version = "0.6"