ferric-fred 0.3.5

A strongly-typed async Rust client for the FRED (Federal Reserve Economic Data) 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 = "2021"
name = "ferric-fred"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A strongly-typed async Rust client for the FRED (Federal Reserve Economic Data) API."
readme = "README.md"
keywords = [
    "fred",
    "economics",
    "finance",
    "api-client",
    "async",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ojhermann-org/ferric-fred"

[features]
schemars = ["dep:schemars"]

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "std",
]
default-features = false

[dependencies.futures-core]
version = "0.3"
default-features = false

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.schemars]
version = "1"
features = ["chrono04"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["time"]
default-features = false

[dev-dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "std",
    "clock",
]
default-features = false

[dev-dependencies.futures-util]
version = "0.3"
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]
default-features = false

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
all = "warn"
missing_errors_doc = "warn"
return_self_not_must_use = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"