# 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 = "big-decimal-byte-string-encoder" version = "0.1.0" authors = ["Antoine Pultier "] include = [ "README.md", "LICENSE", "Cargo.toml", "tests/*", "src/*", ] description = "A Rust implementation of Google BigQuery's BigDecimalByteStringEncoder" documentation = "https://docs.rs/big-decimal-byte-string-encoder" readme = "README.md" keywords = [ "bigquery", "numeric", "encoding", "google", "bigdecimal", ] categories = [ "encoding", "database", ] license = "Apache-2.0" repository = "https://github.com/SINTEF/rust-big-decimal-byte-string-encoder" [dependencies.bigdecimal] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8"