# 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.70" name = "tosca-solver" version = "0.1.1" authors = ["Adam Souzis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build a TOSCA topology from a set of TOSCA types and requirements." homepage = "https://github.com/onecommons/unfurl/tree/main/rust" readme = "README.md" keywords = ["devops"] license = "MIT" repository = "https://github.com/onecommons/unfurl" [lib] name = "tosca_solver" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.ascent] version = "0.7.0" [dependencies.log] version = "0.4.22" [dependencies.pyo3] version = "0.22.5" features = ["hashbrown"] [dependencies.pyo3-log] version = "0.11.0" [features] default = ["python"] python = ["pyo3/extension-module"]