when3meet 0.1.3

CLI tool to find the optimal time to meet given a when2meet URL
Documentation
[[bin]]
name = "when3meet"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.29"

[dependencies.chrono-tz]
version = "0.8.3"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.headless_chrome]
features = ["fetch"]
version = "1.0.5"

[dependencies.iana-time-zone]
version = "0.1.57"

[dependencies.thiserror]
version = "1.0.48"

[dependencies.url]
version = "2.4"
[dev-dependencies.claims]
version = "0.7.0"

[lib]
path = "src/lib.rs"

[package]
authors = ["Garrett Ladley <garrett.ladley14@gmail.com>"]
categories = ["command-line-utilities"]
description = "CLI tool to find the optimal time to meet given a when2meet URL"
edition = "2021"
homepage = "https://github.com/garrettladley/when3meet"
keywords = ["cli", "when2meet", "when3meet"]
license = "GPL-3.0-only"
name = "when3meet"
readme = "README.md"
repository = "https://github.com/garrettladley/when3meet"
version = "0.1.3"