# 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 = "keynotes" version = "0.1.0" authors = ["Andrew O'Hara"] description = "Keynotes is a command line note keeping app using the keydata library. Notes are stored as key-value pairs organized into named sections." homepage = "https://github.com/Andrew-OHara/keynotes" readme = "readme.md" keywords = ["config", "notes", "key-value", "key"] categories = ["config", "data-structures", "filesystem", "command-line-utilities"] license = "MIT" repository = "https://github.com/Andrew-OHara/keynotes" [lib] name = "keydata" path = "src/lib.rs" [dependencies.aoutils] version = "0.1.1" [dependencies.home] version = "0.5.3"