# 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 = "evergreen" version = "0.0.1" authors = ["Gabriel Falcão "] exclude = ["tests"] description = "Note-taking 4 POSIX environents" homepage = "https://github.com/gabrielfalcao/evergreen" documentation = "https://docs.rs/evergreen" readme = "README.md" license = "BSL-1.0" [lib] name = "evergreen" path = "src/lib.rs" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.chacha20] version = "0.9.1" features = [ "std", "zeroize", ] [dependencies.clap] version = "4.4.6" features = [ "derive", "unicode", "env", "wrap_help", "string", ] [dependencies.console] version = "0.15.7" [dependencies.env_logger] version = "0.10.0" [dependencies.iocore] version = "0.100.1" [dependencies.log] version = "0.4.20" features = [ "std", "serde", ] [dependencies.markdown] version = "0.3.0" [dependencies.openpgp] version = "0.3.0" [dependencies.refinery] version = "0.8.11" features = ["rusqlite"] [dependencies.rusqlite] version = "0.29.0" features = []