# 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 = "rustyspanner" version = "0.1.1" authors = ["herrera93"] description = "A RPC Spanner Client for Rust" readme = "README.md" keywords = ["grpc", "spanner"] categories = ["database"] license-file = "LICENSE" repository = "https://www.github.com/herrera93/rustyspanner" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "^0.1.15" [dependencies.grpcio] version = "0.3.0" [dependencies.protobuf] version = "2.0.1" [dependencies.regex] version = "1.0.0" [build-dependencies.protoc-rust-grpc] version = "0.3.0"