# 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 = "soda_clix" version = "0.1.4" authors = ["biezhihua"] description = "soda_clix" homepage = "https://github.com/biezhihua/soda-resource-tools" documentation = "https://github.com/biezhihua/soda-resource-tools" readme = "README.md" keywords = ["scrape"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/biezhihua/soda-resource-tools" resolver = "1" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.soda_resource_tools_lib] version = "0.1.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "ansi", "env-filter", "tracing-log", "registry", "json", "chrono", ] default-features = false