routex-api 0.29.0

YAXI routex API
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 = "routex-api"
version = "0.29.0"
build = false
exclude = [
    "tests/schemas.rs",
    "tests/docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YAXI routex API"
homepage = "https://yaxi.tech/"
readme = false
license = "Apache-2.0"

[package.metadata.cargo_check_external_types]
allowed_external_types = [
    "chrono::*",
    "clerk_report::versions::PublishedVersionEntry",
    "http::header::name::HeaderName",
    "isocountry::CountryCode",
    "jsonwebtoken::errors::Error",
    "routex_models::*",
    "rust_decimal::decimal::Decimal",
    "serde_core::*",
    "serde_json::value::Value",
    "uniffi_core::ffi*",
    "url::Url",
    "uuid::Uuid",
]

[features]
client = []
default = ["client"]
exhaustive-error = []
server = ["exhaustive-error"]
uniffi = [
    "dep:uniffi",
    "routex-models/uniffi",
]

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

[dependencies.chrono]
version = "0.4.34"
features = ["serde"]
default-features = false

[dependencies.clerk-report]
version = "0.4"

[dependencies.heck]
version = "0.5"

[dependencies.http]
version = "1"

[dependencies.isocountry]
version = "0.3"

[dependencies.jsonwebtoken]
version = "10.1"
features = ["rust_crypto"]
default-features = false

[dependencies.routex-models]
version = "0.0.2"

[dependencies.rust_decimal]
version = "1.16"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.serde_with]
version = "3"
features = ["base64"]

[dependencies.uniffi]
version = "0.31"
optional = true

[dependencies.url]
version = "2.3"
features = ["serde"]

[dependencies.uuid]
version = "1.5"

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

[dev-dependencies.jsonschema]
version = "0.45"
features = ["tls-ring"]
default-features = false

[dev-dependencies.rust_decimal]
version = "1.16"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.uuid]
version = "1.5"
features = ["v4"]