# 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" name = "mariadb-mysql-kbs" version = "1.3.1-rc1" authors = ["William Desportes "] include = [ "/src/rust/**/*.rs", "/dist/*.json", "/dist/*.md", "/data/*.json", "/Cargo.toml", "/LICENSE", ] description = "An index of the MariaDB and MySQL Knowledge bases" homepage = "https://github.com/williamdes/mariadb-mysql-kbs/tree/v1.3.0#readme" readme = "README.md" keywords = [ "mariadb", "mysql", "dataset", "kb", "knowledge-base", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/williamdes/mariadb-mysql-kbs" [lib] name = "mariadb_mysql_kbs" path = "src/rust/lib.rs" test = true doctest = true bench = true doc = true [[bin]] name = "mariadb-mysql-kbs" path = "src/rust/mariadb-mysql-kbs.rs" [dependencies.clap] version = "4.0.27" features = [ "cargo", "derive", ] [dependencies.futures] version = "0.3.25" [dependencies.regex] version = "1.7.0" [dependencies.select] version = "0.5.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.serde_repr] version = "0.1.9" [dependencies.tokio] version = "1.22.0" features = [ "macros", "rt-multi-thread", ] [dependencies.ureq] version = "2.9.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [badges.codecov] branch = "main" repository = "mariadb-mysql-kbs" service = "github" [badges.github] branch = "main" repository = "mariadb-mysql-kbs" [badges.is-it-maintained-issue-resolution] repository = "mariadb-mysql-kbs" [badges.is-it-maintained-open-issues] repository = "mariadb-mysql-kbs" [badges.maintenance] status = "passively-maintained"