didppy 0.10.0

Python interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers.
Documentation
[build-dependencies.pyo3-build-config]
version = "0.25"

[dependencies.didp-yaml]
version = "0.10.0"

[dependencies.dypdl]
version = "0.10.0"

[dependencies.dypdl-heuristic-search]
version = "0.10.0"

[dependencies.pyo3]
version = "0.25"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.yaml-rust]
version = "0.4"

[features]
abi3 = ["pyo3/abi3-py37"]
default = ["extension-module", "abi3"]
extension-module = ["pyo3/extension-module"]

[lib]
crate-type = ["cdylib"]
name = "didppy"
path = "src/lib.rs"

[package]
authors = ["Ryo Kuroiwa <kuroiwa@nii.ac.jp>", "Yuxiao (Jasper) Chen <yuxiao.chen@mail.utoronto.ca>", "Anubhav Singh <anubhav.singh@utoronto.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Python interface for Dynamic Programming Description Language (DyPDL) and DyPDL solvers."
edition = "2021"
homepage = "https://didp.ai"
license = "MIT OR Apache-2.0"
name = "didppy"
readme = "README.md"
repository = "https://github.com/domain-independent-dp/didp-rs"
rust-version = "1.65"
version = "0.10.0"