# 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 = "graph-store" version = "0.4.0" authors = ["Sander Dijkhuis "] description = "Access to graph stores over the SPARQL 1.1 Graph Store HTTP Protocol" readme = "README.md" license = "MIT" repository = "https://github.com/sander/graph-store-rs" [dependencies.async-trait] version = "0.1.24" [dependencies.hex] version = "0.4.2" [dependencies.rdf] version = "0.1.4" [dependencies.reqwest] version = "0.10" features = ["json", "stream"] [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.8.1" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.typed-html] version = "0.2.2" [dependencies.url] version = "2.1.1" [dev-dependencies.mockito] version = "0.25.1" [dev-dependencies.tokio-test] version = "0.2.1" [dev-dependencies.uuid] version = "0.8" features = ["v4"]