# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "g1" version = "0.1.0-alpha.3" authors = ["Nathan Ringo "] description = "A simple graph store." homepage = "https://github.com/remexre/g1" documentation = "https://docs.rs/g1" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/g1" [dependencies.g1-common] version = "0.1.0-alpha.3" [dependencies.g1-macros] version = "0.1.0-alpha.3" [dependencies.g1-sqlite-connection] version = "0.1.0-alpha.3" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro-hack] version = "0.5.11" [dev-dependencies.anyhow] version = "1.0.25" [dev-dependencies.defer] version = "0.1.0" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.tokio] version = "0.2.4" features = ["macros"] [features] default = []