# 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-plugin-host" version = "0.3.0" authors = ["Yusuf Simonson "] build = "build.rs" description = "A graph database library" homepage = "https://indradb.github.io" keywords = [ "graph", "database", ] categories = [ "database", "database-implementations", ] license = "MPL-2.0" repository = "https://github.com/indradb/indradb" resolver = "1" [dependencies.indradb-lib] version = "4.0.0" [dependencies.serde_json] version = "^1.0.57" [dependencies.threadpool] version = "1.8.1" [dependencies.uuid] version = "^1.1.2" [build-dependencies.rustc_version] version = "0.4.0"