# 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 = "ticked" version = "0.1.1" authors = ["UnkwUsr "] description = """ cli tool for managing ticktick.com tasks """ readme = "README.md" keywords = ["ticktick"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/UnkwUsr/ticked" [dependencies.curl] version = "0.4.44" features = [] [dependencies.pulldown-cmark] version = "0.9.2" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.14.0" [dependencies.tempfile] version = "3"