# 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.64.0" name = "mini_exercism" version = "4.2.0" authors = ["Charles Lechasseur "] build = "build.rs" include = [ "src/**/*", "tests/**/*", "build.rs", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Minimalistic Rust library to interact with the Exercism.org APIs" homepage = "https://github.com/clechasseur/mini_exercism#readme" documentation = "https://docs.rs/mini_exercism/" readme = "README.md" keywords = [ "api", "rest", "http", "exercism", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/clechasseur/mini_exercism" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "mini_exercism" path = "src/lib.rs" [[test]] name = "api" path = "tests/api.rs" [[test]] name = "core" path = "tests/core.rs" [dependencies.bytes] version = "1.7.2" [dependencies.derive_builder] version = "0.20.1" [dependencies.futures] version = "0.3.31" [dependencies.mockall_double] version = "0.3.1" [dependencies.paste] version = "1.0.15" [dependencies.reqwest] version = "0.12.8" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.serial_test] version = "3.1.1" features = ["file_locks"] [dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", "test-util", ] [dev-dependencies.wiremock] version = "0.6.2" [dev-dependencies.wiremock_logical_matchers] version = "0.6.0" [build-dependencies.rustc_version] version = "0.4.1" [features] cli = [] cookies = ["reqwest/cookies"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(tarpaulin)", "cfg(tarpaulin_include)", ]