# 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 = "tgd" version = "0.1.0" exclude = [ "tribes.json", "broken-sites.txt", "tests/**/*", ] description = "A cli to search, query, and filter a tribal government directory" homepage = "https://github.com/nativesintech/tribal_government_directory" documentation = "https://docs.rs/tgd" readme = "./README.md" keywords = [ "natives-in-tech", "indigenous", "indigenous-tech", "native-tech", ] license = "GPL-3.0-only" repository = "https://github.com/nativesintech/tribal_government_directory" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.csv] version = "1.2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.14" [dependencies.scraper] version = "0.12.0" [dependencies.select] version = "0.5.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.syn] version = "1.0.107" [dependencies.tokio] version = "1" features = ["full"]