# 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 = "2021" rust-version = "1.75" name = "freedom-api" version = "1.1.0" authors = ["Caleb Leinz "] build = 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" [lib] name = "freedom_api" path = "src/lib.rs" [[example]] name = "delete_task_request" path = "examples/delete_task_request.rs" [[example]] name = "fetch_accounts" path = "examples/fetch_accounts.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_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 = "1.0.0" features = ["serde"] [dependencies.futures-core] version = "0.3.30" [dependencies.moka] version = "0.12.3" features = ["future"] optional = true [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.56" [dependencies.time] version = "0.3.36" features = [ "macros", "parsing", "formatting", ] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.httpmock] version = "0.7.0" [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" [features] caching = [ "dep:moka", "serde/rc", ]