# 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 = "2018" name = "a11ywatch_cli" version = "0.10.15" authors = ["j-mendez "] include = [ "src/*", "build.rs", "proto/*", "LICENSE", "README.md", ] description = "A11yWatch web accessibility CLI." documentation = "https://docs.rs/a11ywatch_cli" readme = "README.md" keywords = [ "a11ywatch", "accessibility", "web", "website_improvement", ] categories = [ "accessibility", "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/a11ywatch/a11ywatch" [[bin]] name = "a11ywatch" path = "src/main.rs" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.csv] version = "1.2.1" [dependencies.dirs] version = "4.0" [dependencies.env_logger] version = "0.9.0" [dependencies.htr] version = "0.5.26" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.openssl] version = "0.10.45" optional = true [dependencies.os_info] version = "3" default-features = false [dependencies.prost] version = "0.10.0" optional = true [dependencies.prost-types] version = "0.10.0" optional = true [dependencies.reqwest] version = "^0.11.20" features = [ "json", "brotli", "blocking", ] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "^1.36.0" features = [ "rt", "rt-multi-thread", "net", "macros", ] [dependencies.tonic] version = "0.7.2" optional = true [build-dependencies.tonic-build] version = "0.7.2" optional = true [features] all = ["dist-clients"] default = ["all"] dist-clients = [] dist-vendor = ["openssl"] grpc = [ "dep:tonic-build", "dep:tonic", "dep:prost", "dep:prost-types", ] [target."cfg(target_os = \"freebsd\")".dependencies.openssl] version = "0.10.45"