# 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 = "gqlite" version = "0.1.0" exclude = [".*"] description = "An embedded property graph database." keywords = ["database", "graph", "cypher", "gql", "acid"] categories = ["database", "database-implementations"] license = "MIT" repository = "https://github.com/dyedgreen/gqlite" [[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.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]