# 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-core" version = "0.2.3" authors = ["Graham Keenan graham.keenan@outlook.com"] description = "Internal lib used to build Safir and Safir-mem" homepage = "https://github.com/Tyrannican/safir-mem" readme = "README.md" keywords = [ "terminal", "utility", "key-value", "store", "library", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tyrannican/safir-mem" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.colored] version = "2.0.4" [dependencies.dirs] version = "5.0.1" [dependencies.psutil] version = "3.2.2" [dependencies.rubin] version = "0.3.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.sysinfo] version = "0.29.9" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.which] version = "4.4.0"