# 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" rust-version = "1.65.0" name = "pddl-parser" version = "0.2.3" description = "A Rust library for parsing PDDL files" documentation = "https://docs.rs/pddl-parser" readme = "README.md" keywords = [ "pddl", "parser", "planning", "language", "token", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/MrRobb/pddl-parser" [profile.release] opt-level = 3 lto = true [[bench]] name = "bench" harness = false [dependencies.derive_more] version = "0.99" [dependencies.log] version = "0.4" [dependencies.logos] version = "0.14.0" [dependencies.nom] version = "7.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.clap] version = "4.4.18" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.git2] version = "0.18.2" features = ["vendored-openssl"] [dev-dependencies.indicatif] version = "0.17.7" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.tempfile] version = "3.10.0" [dev-dependencies.url] version = "2.5"