# 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" name = "ssd-data" version = "0.20.1" description = "A service and data description format + a code generator based on rhai scripts and templates" homepage = "https://github.com/ssd-codegen/ssd" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ssd-codegen/ssd" [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] optional = true [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.termcolor] version = "1.2.0" optional = true [features] _access_functions = ["termcolor"] _python = ["dep:pyo3"] default = []