[package]
name = "tosca-solver"
version = "0.1.1"
edition = "2021"
rust-version = "1.70"
authors = ["Adam Souzis <adam@souzis.com>"]
license = "MIT"
description = "Build a TOSCA topology from a set of TOSCA types and requirements."
homepage = "https://github.com/onecommons/unfurl/tree/main/rust"
repository = "https://github.com/onecommons/unfurl"
readme = "README.md"
keywords = ["devops"]
[lib]
name = "tosca_solver"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.22.5", features = ["hashbrown"] }
pyo3-log = "0.11.0"
ascent = "0.7.0"
log = "0.4.22"
[features]
python = ["pyo3/extension-module"]
default = ["python"]