# 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 = "ai_kit" version = "0.1.0" authors = ["Josh Marlow "] build = "build.rs" description = "Collection of classic AI algorithms with convenient interfaces" documentation = "https://joshmarlow.github.io/ai_kit-rs/" keywords = ["ai", "inference", "planning", "constraint", "backtrack"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/joshmarlow/ai_kit-rs.git" [dependencies.serde_json] version = "0.9" [dependencies.serde_derive] version = "0.9.5" [dependencies.serde] version = "0.9.5" [dependencies.uuid] version = "0.4" features = ["v4"] [dependencies.itertools] version = "0.5.1" [dev-dependencies.skeptic] version = "0.11" [build-dependencies.skeptic] version = "0.11" [features] default = ["with-planner", "with-forward-inference", "with-datum", "with-rule", "with-pedigree"] with-planner = ["with-constraint"] unstable = [] with-datum = [] with-forward-inference = ["with-planner"] with-rule = ["with-constraint"] with-pedigree = [] with-constraint = [] [badges.travis-ci] repository = "joshmarlow/ai_kit-rs"