# 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 = "reihendorf" version = "0.1.0" authors = ["Tyler Neely "] description = "Row-based DB built on top of sled. The name means \"row-based village\" in German, used to describe villages with farmland attached to each house on a narrow road." documentation = "https://docs.rs/bloodstone/" license = "MIT/Apache-2.0" repository = "https://github.com/komora-io/bloodstone" [dependencies.sled] version = "1.0.0-alpha"