zerodds-py 1.0.0-rc.1

PyO3 bindings for the ZeroDDS DCPS API
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 = "2024"
rust-version = "1.88"
name = "zerodds-py"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 bindings for the ZeroDDS DCPS API"
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-py"
readme = "README.md"
keywords = [
    "dds",
    "python",
    "pyo3",
    "binding",
]
categories = [
    "network-programming",
    "external-ffi-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

[features]
alloc = []
default = []
extension-module = [
    "dep:pyo3",
    "pyo3/extension-module",
]
safety = []
std = ["alloc"]

[lib]
name = "zerodds_py"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.pyo3]
version = "0.22"
features = ["abi3-py38"]
optional = true

[dependencies.zerodds-dcps]
version = "1.0.0-rc.1"

[dev-dependencies]

[lints.clippy]
dbg_macro = "deny"
doc_overindented_list_items = "allow"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1