# 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 = "denote" version = "1.0.1" authors = ["Dimitri Merejkowsky "] description = "Implementation of denote in Rust" readme = "README.md" keywords = [ "notes", "denote", "cli", ] license = "BSD-3-Clause" repository = "https://git.sr.ht/~your-tools/denote" resolver = "2" [lib] name = "denote" crate-type = [ "cdylib", "rlib", ] [dependencies.clap] version = "3.2.0" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.pyo3] version = "0.16.5" features = ["extension-module"] [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.slug] version = "0.1.4" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.31" [dependencies.time] version = "0.3.11" features = [ "std", "formatting", "macros", ] [dev-dependencies]