# 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 = "When2Meet-CLI" version = "0.2.0" authors = ["Abhishek More "] description = """ A lightweight CLI to rapidly generate When2Meet Forms """ readme = "README.md" keywords = [ "when2meet", "schedule", "productivity", "meeting", "planner", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Abhishek-More/when2meet-cli" [[bin]] name = "w2m" path = "src/main.rs" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.inquire] version = "0.6.1" features = ["date"] [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "multipart", ] [dependencies.scraper] version = "0.15.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tzdb] version = "0.5"