tosca-solver 0.1.1

Build a TOSCA topology from a set of TOSCA types and requirements.
Documentation
[dependencies.ascent]
version = "0.7.0"

[dependencies.log]
version = "0.4.22"

[dependencies.pyo3]
features = ["hashbrown"]
version = "0.22.5"

[dependencies.pyo3-log]
version = "0.11.0"

[features]
default = ["python"]
python = ["pyo3/extension-module"]

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

[package]
authors = ["Adam Souzis <adam@souzis.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Build a TOSCA topology from a set of TOSCA types and requirements."
edition = "2021"
homepage = "https://github.com/onecommons/unfurl/tree/main/rust"
keywords = ["devops"]
license = "MIT"
name = "tosca-solver"
readme = "README.md"
repository = "https://github.com/onecommons/unfurl"
rust-version = "1.70"
version = "0.1.1"