synta-python-mtc 0.3.1

Python extension module for synta Merkle Tree Certificates types
Documentation
# 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 = "synta-python-mtc"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python extension module for synta Merkle Tree Certificates types"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/abbra/synta"

[features]
default = ["openssl"]
openssl = [
    "synta-certificate/openssl",
    "pqc",
]
pqc = ["synta-certificate/pqc"]

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

[dependencies.pyo3]
version = "> 0.26, <0.28"
features = [
    "abi3-py38",
    "extension-module",
    "macros",
]
default-features = false

[dependencies.synta]
version = "0.3.1"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.synta-certificate]
version = "0.3.1"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.synta-mtc]
version = "0.3.1"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.synta-python-common]
version = "0.3.1"