# 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 = "timeblok-cli" version = "0.5.0" authors = ["contact@jettchen.me"] description = "A CLI for timeblok" homepage = "https://github.com/JettChenT/timeblok" license = "MIT/Apache-2.0" repository = "https://github.com/JettChenT/timeblok" resolver = "1" [[bin]] name = "timeblok" path = "src/main.rs" [target."cfg(not(target_family=\"wasm\"))".dependencies.anyhow] version = "1.0.70" [target."cfg(not(target_family=\"wasm\"))".dependencies.chrono] version = "0.4.24" [target."cfg(not(target_family=\"wasm\"))".dependencies.clap] version = "4.0.32" features = ["derive"] [target."cfg(not(target_family=\"wasm\"))".dependencies.directories] version = "5.0.0" [target."cfg(not(target_family=\"wasm\"))".dependencies.edit] version = "0.1.4" [target."cfg(not(target_family=\"wasm\"))".dependencies.open] version = "4.0.1" [target."cfg(not(target_family=\"wasm\"))".dependencies.timeblok] version = "0.5.0" package = "timeblok"