# 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 = "beary" version = "0.1.0" description = "Crate to augment Bear, the note-taking app." documentation = "https://docs.rs/beary/" readme = "README.md" keywords = [ "bear-note", "pdf", ] license = "MIT" repository = "https://github.com/Abhay478/Beary" [profile.release] opt-level = "z" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.diesel] version = "2.1.0" features = [ "sqlite", "chrono", "uuid", "serde_json", "r2d2", "64-column-tables", ] [dependencies.r2d2] version = "0.8.10" [dependencies.rust-texas] version = "0.2.6" [dependencies.uuid] version = "1.3.3"