# 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 = "jay_lib" version = "0.0.16" authors = ["Jay Hu "] exclude = [ ".*", "forme.md", ] description = "A small toolkit." documentation = "https://docs.rs/jay_lib" readme = "README.md" keywords = [ "toolkit", "tools", "utility", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/rdigua/jay_lib" [dependencies.chrono] version = "0.4.24" [dependencies.once_cell] version = "1.17.1" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.toml] version = "0.7.3"