# 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 = "litetx" version = "0.1.0" description = "Lite Transaction File (LTX) encoding/decoding" homepage = "https://github.com/superfly/ltx-rs" readme = "README.md" keywords = [ "sqlite", "ltx", "litefs", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/superfly/ltx-rs" [dependencies.bitflags] version = "2.3" [dependencies.crc] version = "3.0" [dependencies.lz4_flex] version = "0.11" features = ["frame"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rusqlite] version = "0.29" features = ["bundled"] [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.uuid] version = "1.4" features = ["v4"] [features] compat = []