# 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 = "safir" version = "0.10.3" authors = ["Graham Keenan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Key/Value store to share values between different shell sessions" homepage = "https://github.com/Tyrannican/safir" readme = "README.md" keywords = [ "cli", "terminal", "utility", "key-value", "store", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tyrannican/safir" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "safir" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.80" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio", "sqlite", ] [dependencies.tokio] version = "1.38.0" features = ["full"]