# 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] name = "indradb-postgres" version = "0.1.0" authors = ["Yusuf Simonson "] description = "A postgres-backed datastore for IndraDB" homepage = "https://indradb.github.io" keywords = ["graph", "database"] categories = ["database", "database-implementations"] license = "MPL-2.0" repository = "https://github.com/indradb/postgres" [lib] name = "indradb_postgres" path = "src/lib.rs" [dependencies.byteorder] version = "^1.2.1" [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.error-chain] version = "~0.11.0" [dependencies.indradb-lib] version = "^0.15.0" [dependencies.lazy_static] version = "^1.0.0" [dependencies.libc] version = "0.2.26" [dependencies.num_cpus] version = "^1.8.0" [dependencies.postgres] version = "0.15" features = ["with-serde_json", "with-chrono", "with-uuid"] [dependencies.r2d2] version = "0.8" [dependencies.r2d2_postgres] version = "0.14" [dependencies.rand] version = "~0.4.2" [dependencies.regex] version = "~0.2.5" [dependencies.rust-crypto] version = "~0.2.36" [dependencies.serde] version = "^1.0.27" [dependencies.serde_derive] version = "^1.0.27" [dependencies.serde_json] version = "^1.0.9" [dependencies.uuid] version = ">=0.5,<0.6" features = ["serde", "v1"] [features] bench-suite = ["indradb-lib/bench-suite"] default = [] test-suite = ["indradb-lib/test-suite"] [badges.travis-ci] branch = "master" repository = "indradb/postgres"