# 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 = "2018" name = "zettl" version = "0.1.0" authors = ["Tirth Jain "] description = "A blazing-fast notetaking system" homepage = "https://github.com/hedonhermdev/zettl" readme = "README.md" license = "MIT" repository = "https://github.com/hedonhermdev/zettl" [dependencies.anyhow] version = "1.0.40" [dependencies.async-recursion] version = "0.3.2" [dependencies.chrono] version = "0.4.19" [dependencies.dirs] version = "3.0.2" [dependencies.futures] version = "0.3.14" [dependencies.heck] version = "0.3.2" [dependencies.ignore] version = "0.4.17" [dependencies.regex] version = "1.4.6" [dependencies.serde] version = "1.0.125" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_yaml] version = "0.8.17" [dependencies.structopt] version = "0.3.21" [dependencies.subprocess] version = "0.2.6" [dependencies.tokio] version = "1" features = ["full"]