actr-framework 0.3.1

Actor-RTC framework core (stub for code generation testing)
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 = "actr-framework"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actor-RTC framework core (stub for code generation testing)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/actor-rtc/actr"
resolver = "2"

[features]
cdylib = []
default = []
geoip = [
    "maxminddb",
    "reqwest",
    "flate2",
    "tar",
]
test-utils = ["uuid/v4"]
web = [
    "dep:wasm-bindgen",
    "dep:wasm-bindgen-futures",
    "dep:js-sys",
    "dep:serde-wasm-bindgen",
    "dep:actr-web-abi",
]

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

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

[dependencies.actr-protocol]
version = "0.3.1"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bytes]
version = "1.10"

[dependencies.flate2]
version = "1.1"
optional = true

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

[dependencies.maxminddb]
version = "0.24"
optional = true

[dependencies.prost]
version = "0.14"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls-native-roots",
    "blocking",
]
optional = true
default-features = false

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.18"

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dependencies.actr-web-abi]
version = "0.3.1"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.108"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wit-bindgen]
version = "=0.57.1"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"