# 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 = "codewars-api" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for interacting with the Codewars API" readme = "README.md" license = "MIT" repository = "https://github.com/ankddev/codewars-api-rs" [lib] name = "codewars_api" path = "src/lib.rs" [[example]] name = "get_first_authored_challenge" path = "examples/get_first_authored_challenge.rs" [[example]] name = "print_name" path = "examples/print_name.rs" [[example]] name = "print_skills_of_user_cli" path = "examples/print_skills_of_user_cli.rs" [dependencies.mockito] version = "1.5.0" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" features = ["derive"] [dev-dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", ]