# 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 = "2018" name = "cqlite" version = "0.2.3" exclude = [".*"] description = "An embedded property graph database." readme = "README.md" keywords = [ "database", "graph", "cypher", "gql", "acid", ] categories = [ "database", "database-implementations", ] license = "MIT" repository = "https://github.com/dyedgreen/cqlite" [lib] crate_type = [ "lib", "staticlib", "cdylib", ] [[bench]] name = "basic_queries" harness = false [[bench]] name = "match_queries" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.peg] version = "0.7.0" [dependencies.sanakirja] version = "1.2.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.inline-c] version = "0.1" [build-dependencies.cbindgen] version = "0.20" [features] ffi = []