# 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 = "indradb-lib" version = "4.0.0" authors = ["Yusuf Simonson "] description = "A graph database library" homepage = "https://indradb.github.io" readme = "README.md" keywords = [ "graph", "database", ] categories = [ "database", "database-implementations", ] license = "MPL-2.0" repository = "https://github.com/indradb/indradb" resolver = "1" [lib] name = "indradb" path = "src/lib.rs" [dependencies.bincode] version = "^1.3.3" optional = true [dependencies.byteorder] version = "^1.4.2" [dependencies.internment] version = "0.7.0" [dependencies.once_cell] version = "1.17" [dependencies.rand] version = "0.8.4" optional = true [dependencies.rmp-serde] version = "1.1.1" [dependencies.rocksdb] version = "0.19.0" optional = true [dependencies.serde] version = "^1.0.57" features = ["derive"] [dependencies.serde_json] version = "^1.0.57" [dependencies.tempfile] version = "^3.2.0" [dependencies.uuid] version = "^1.2.2" features = [ "v1", "serde", ] [features] bench-suite = ["rand"] default = [] rocksdb-datastore = [ "rocksdb", "bincode", ] test-suite = []