[package] name = "daily-kanji" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.26" clap = { version = "4.3.19", features = ["cargo"] } ego-tree = "0.6.2" futures = "0.3.28" hyper = { version = "0.14.27", features = ["http2", "client", "http1"] } hyper-tls = "0.5.0" json = "0.12.4" scraper = "0.17.1" tokio = { version = "1.29.1", features = ["rt-multi-thread"] }