# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "taskforge" version = "0.2.0" authors = ["Mathew Robinson "] description = "Task management shared functions and structures for the taskforge family of tools." homepage = "http://taskforge.io" documentation = "http://taskforge.io/docs" readme = "../README.md" keywords = ["productivity", "todo"] license = "Apache-2.0" repository = "https://github.com/chasinglogic/taskforge" [dependencies.bson] version = "0.13.0" [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.rand] version = "0.6.5" [dependencies.regex] version = "1.1.2" [dependencies.rusqlite] version = "0.16.0" features = ["chrono", "serde_json"] [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dependencies.serde_json] version = "1.0.39" [dependencies.tempfile] version = "3.0.7"