# 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 = "odbc-avro" version = "0.2.1" authors = ["Jakub Pastuszek "] description = "Extends odbc-iter crate functionality with ability to query Avro records and write entire ResultSet as Avro Object Container File data." documentation = "https://docs.rs/odbc-avro" readme = "README.md" keywords = ["odbc", "orm", "database", "avro"] categories = ["database"] license = "MIT" repository = "https://github.com/jpastuszek/odbc-avro" [dependencies.avro-rs] version = "0.6.5" [dependencies.chrono] version = "0.4.7" [dependencies.ensure] version = "0.2.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.odbc-iter] version = "0.2.4" features = ["serde_json"] [dependencies.regex] version = "1.2.0" [dependencies.rust_decimal] version = "1.1.0" optional = true [dependencies.serde_json] version = "1.0.40" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.problem] version = "5.1.0" [features] decimal = ["odbc-iter/rust_decimal", "rust_decimal"]