pxsolver-native 1.8.0

Native PerimeterX sensor generator — N1 cipher core (ADR-0024)
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.8.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 — N1 cipher core (ADR-0024)"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/KeyCode17/px-solver"

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

[[test]]
name = "cipher_fixtures"
path = "tests/cipher_fixtures.rs"

[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"

[[test]]
name = "throughput_soak"
path = "tests/throughput_soak.rs"

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

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

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

[dependencies.px-pipeline]
version = "1.4.0"
package = "pxsolver-pipeline"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "gzip",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.11"
features = [
    "v1",
    "v4",
]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.41"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[lints.rust]
unsafe_code = "forbid"