# 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 = "siodb_driver" version = "0.6.5" authors = ["Siodb "] description = "Driver for Siodb database." homepage = "https://siodb.io" readme = "README.md" keywords = ["siodb", "driver", "database"] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/siodb/siodb-rust-driver" [lib] name = "siodb_driver" path = "src/lib.rs" [[bin]] name = "siodb_driver" path = "src/main.rs" [dependencies.bufstream] version = "0.1" [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.http] version = "0.2" [dependencies.native-tls] version = "0.2" [dependencies.openssl] version = "0.10" [dependencies.protobuf] version = "2.12" [dependencies.protoc-rust] version = "2.0" [dependencies.url] version = "2.1" [dependencies.varint] version = "0.9" [dependencies.zigzag] version = "0.1"