# 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 = "sov-schema-db" version = "0.3.0" authors = ["Sovereign Labs "] description = "A low level interface transforming RocksDB into a type-oriented data store" homepage = "https://www.sovereign.xyz" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sovereign-labs/sovereign-sdk" [dependencies.anyhow] version = "1.0.68" [dependencies.once_cell] version = "1.10.0" [dependencies.prometheus] version = "0.13.3" default-features = false [dependencies.rocksdb] version = "0.21.0" features = ["lz4"] [dependencies.thiserror] version = "1.0.38" [dependencies.tracing] version = "0.1.37" [dev-dependencies.byteorder] version = "1.5.0" [dev-dependencies.tempfile] version = "3.5"