# 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 = "cielo-rs-sdk" version = "0.1.0" authors = ["thelezend"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for interacting with the Cielo API." documentation = "https://docs.rs/cielo-rs-sdk" readme = "README.md" keywords = [ "cielo", "sdk", ] license = "MIT OR Apache-2.0" repository = "https://github.com/thelezend/cielo-rs-sdk" [lib] name = "cielo_rs_sdk" path = "src/lib.rs" [[example]] name = "feed_with_filters" path = "examples/feed_with_filters.rs" [[example]] name = "feed_without_filters" path = "examples/feed_without_filters.rs" [[test]] name = "feed" path = "tests/feed.rs" [[test]] name = "initialization" path = "tests/initialization.rs" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.reqwest-middleware] version = "0.3.3" [dependencies.reqwest-retry] version = "0.6.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.40.0" features = ["full"]