# 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" rust-version = "1.74.1" name = "conze" version = "0.1.1" authors = ["Jain Ramchurn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Explore holidays" homepage = "https://github.com/k3ii/conze" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/k3ii/conze" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "conze" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.comfy-table] version = "7.1.1" [dependencies.crossterm] version = "0.28.1" [dependencies.directories] version = "5.0.1" [dependencies.num-traits] version = "0.2.19" [dependencies.openssl] version = "0.10.68" features = ["vendored"] [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19"