i2pd-sys 0.0.4

Raw FFI bindings to a minimal C shim over libi2pd (PurpleI2P/i2pd).
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.89"
name = "i2pd-sys"
version = "0.0.4"
authors = ["Hacer"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to a minimal C shim over libi2pd (PurpleI2P/i2pd)."
homepage = "https://codeberg.org/hacer-bark/i2pd-sys"
documentation = "https://docs.rs/i2pd-sys"
readme = "README.md"
keywords = [
    "i2p",
    "ffi",
    "bindgen",
    "anonymity",
    "p2p",
]
categories = [
    "external-ffi-bindings",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/hacer-bark/i2pd-sys"

[features]
aws-lc = ["dep:aws-lc-sys"]
default = ["aws-lc"]
fips = ["dep:aws-lc-fips-sys"]

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

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

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

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

[dependencies.aws-lc-fips-sys]
version = "0.13"
features = ["ssl"]
optional = true

[dependencies.aws-lc-sys]
version = "0.43"
features = ["ssl"]
optional = true

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

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
version = "1"

[build-dependencies.cmake]
version = "0.1"