# 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" name = "didppy" version = "0.8.0" authors = [ "Ryo Kuroiwa ", "Yuxiao (Jasper) Chen ", ] description = "Python interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers." homepage = "https://didp.ai" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/domain-independent-dp/didp-rs" [lib] name = "didppy" crate-type = ["cdylib"] [dependencies.didp-yaml] version = "0.8.0" [dependencies.dypdl] version = "0.8.0" [dependencies.dypdl-heuristic-search] version = "0.8.0" [dependencies.pyo3] version = "0.21" [dependencies.rustc-hash] version = "1.1" [dependencies.yaml-rust] version = "0.4" [build-dependencies.pyo3-build-config] version = "0.21" [features] abi3 = ["pyo3/abi3-py37"] default = [ "extension-module", "abi3", ] extension-module = ["pyo3/extension-module"]