# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "moabdb" version = "0.1.1" authors = ["Jackson Coxson "] description = "A Rust client for the MoabDB database" homepage = "https://www.moabdb.com" documentation = "https://docs.rs/moabdb" readme = "README.md" keywords = [ "moabdb", "database", "client", "stocks", "finance", ] license = "MIT" repository = "https://github.com/MoabDB/moabdb-rs" resolver = "2" [dependencies.base64] version = "0.13.1" [dependencies.chrono] version = "0.4.23" [dependencies.polars] version = "0.25.1" features = ["parquet"] [dependencies.prost] version = "0.11.3" [dependencies.prost-types] version = "0.11.2" [dependencies.ureq] version = "2.5.0" [build-dependencies.prost-build] version = "0.11.3"