pxsolver-native 1.3.0

Native PerimeterX sensor generator — STUB (ADR-0010)
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.95"
name = "pxsolver-native"
version = "1.3.0"
authors = ["KeyCode17 <m.daffa.karyudi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native PerimeterX sensor generator — STUB (ADR-0010)"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/KeyCode17/px-solver"

[lib]
name = "px_native"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.px-core]
version = "1.3.0"
package = "pxsolver-core"

[dependencies.px-errors]
version = "1.3.0"
package = "pxsolver-errors"

[lints.rust]
unsafe_code = "forbid"