# 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.74.1" name = "auxiliaire" version = "0.2.1" authors = ["Charles Lechasseur "] build = false include = [ "src/**/*", "tests/**/*", "Cargo.lock", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Your friendly Exercism.org assistant" homepage = "https://github.com/clechasseur/auxiliaire#readme" readme = "README.md" keywords = [ "cli", "exercism", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/clechasseur/auxiliaire" [lib] name = "auxiliaire" path = "src/lib.rs" [[bin]] name = "auxiliaire" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.itertools] version = "0.13.0" [dependencies.mini_exercism] version = "4.2.0" features = [ "cli", "cookies", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "io-util", "macros", "sync", "fs", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.wiremock] version = "0.6.2"