# 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 = "xs-lib" version = "0.4.0" authors = ["Andy Gayton "] description = "xs-lib is a command-line tool (xs) and a Rust library (xs_lib) for recording and retrieving sequential streams of payloads. It uses Lightning Memory-Mapped Database (LMDB) for local data storage." homepage = "https://github.com/cablehead/xs" readme = "README.md" keywords = [ "cli", "queue", "embedded", "eventstore", "lmdb", ] categories = [ "command-line-utilities", "embedded", "database", ] license = "MIT" repository = "https://github.com/cablehead/xs" [[bin]] name = "xs" path = "src/main.rs" [dependencies.clap] version = "4.3" features = [ "derive", "wrap_help", ] [dependencies.lmdb-rkv] version = "0.14.0" [dependencies.scru128] version = "2.2.0" features = ["serde"] [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.signal-hook] version = "0.3.14" [dev-dependencies.indoc] version = "1.0.7" [dev-dependencies.temp-dir] version = "0.1.11"