# 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 = "omnisci" version = "0.1.0" authors = ["Jonathan Rajavuori "] description = "A client for connecting to OmniSciDB using the Thrift API." documentation = "https://docs.rs/omnisci/" readme = "README.md" keywords = ["omnisci", "mapd"] categories = ["api-bindings", "database"] license = "MIT" repository = "https://github.com/jrajav/omnisci-rs" [dependencies.ordered-float] version = "1.0.2" [dependencies.thrift] version = "0.13.0" [dependencies.try_from] version = "0.3.2" [dev-dependencies.chrono] version = "0.4.10"