# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clinte" version = "2.1.4" authors = ["Ben Morrison "] description = "CLI note posting system for shared UNIX boxes." readme = "README.md" keywords = ["social", "unix", "notes", "messages"] categories = ["command-line-utilities"] license = "ISC" repository = "https://git.sr.ht/~gbmor/clinte" [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false panic = "abort" overflow-checks = false incremental = true [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^2.33" features = ["suggestions", "color"] default-features = false [dependencies.fd-lock] version = "^1.1" [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.simplelog] version = "^0.7" [dependencies.users] version = "^0.9" [badges.codecov] branch = "master" repository = "gbmor/clinte" service = "github" [badges.maintenance] status = "stable" [badges.travis-ci] branch = "master" repository = "gbmor/clinte"