# 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] edition = "2018" name = "graphplan" version = "0.6.1" authors = ["Alex Kehayias "] description = "Implementation of the Graphplan planning algorithm from Avrim L. Blum and Merrick L. Furst in Rust" readme = "README.md" keywords = ["graphplan", "planning", "plangraph"] categories = ["algorithms", "data-structures"] license = "EPL-1.0" repository = "https://github.com/alexkehayias/rust-graphplan" [lib] name = "graphplan" path = "src/lib.rs" [[bench]] name = "plangraph" harness = false [[bench]] name = "solver" harness = false [dependencies.log] version = "0.4" features = ["max_level_debug", "release_max_level_warn"] [dev-dependencies.criterion] version = "0.3"