freedom-api 3.2.0

Freedom API for Rustaceans
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.87"
name = "freedom-api"
version = "3.2.0"
authors = ["Caleb Leinz <caleb.leinz@atlasspace.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Freedom API for Rustaceans"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ATLAS-Space-Operations/rust-freedom-api"

[features]
caching = [
    "dep:moka",
    "serde/rc",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-stream]
version = "0.3.5"

[dependencies.bytes]
version = "1.7.1"

[dependencies.freedom-config]
version = "1.0.0"
features = ["serde"]

[dependencies.freedom-models]
version = "3.1.0"
features = [
    "serde",
    "unstable",
]

[dependencies.futures-core]
version = "0.3.30"

[dependencies.moka]
version = "0.12.10"
features = ["future"]
optional = true

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.111"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.time]
version = "0.3.36"
features = [
    "macros",
    "parsing",
    "formatting",
]

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.url]
version = "2.5.0"

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

[dev-dependencies.httpmock]
version = "0.8.2"

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

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-test]
version = "0.2.4"