jkipsec 0.1.0

Userspace IKEv2/IPsec VPN responder for terminating iOS VPN tunnels and exposing the inner IP traffic. Pairs with jktcp for a fully userspace TCP/IP stack.
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"
name = "jkipsec"
version = "0.1.0"
authors = ["Jackson Coxson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Userspace IKEv2/IPsec VPN responder for terminating iOS VPN tunnels and exposing the inner IP traffic. Pairs with jktcp for a fully userspace TCP/IP stack."
documentation = "https://docs.rs/jkipsec"
readme = "README.md"
keywords = [
    "ikev2",
    "ipsec",
    "vpn",
    "ios",
    "userspace",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/jkcoxson/jkipsec"

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

[[example]]
name = "probe"
path = "examples/probe.rs"

[dependencies.aes]
version = "0.9.0"

[dependencies.aes-gcm]
version = "0.11.0-rc.3"
features = [
    "aes",
    "alloc",
]
default-features = false

[dependencies.cbc]
version = "0.2.0"

[dependencies.crossfire]
version = "3.1.7"

[dependencies.hmac]
version = "0.13"

[dependencies.jktcp]
version = "0.1.2"

[dependencies.p256]
version = "0.13"
features = [
    "ecdh",
    "arithmetic",
]
default-features = false

[dependencies.rand]
version = "0.10"

[dependencies.rand_core_06]
version = "0.6"
features = ["getrandom"]
package = "rand_core"

[dependencies.sha1]
version = "0.11"

[dependencies.sha2]
version = "0.11"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]