# 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 = "ion-binary-rs" version = "0.8.13" authors = ["Couragium Solutions "] description = "Pure Rust parser, encoder and hasher for Amazon's Ion binary format." homepage = "https://crates.io/crates/ion-binary-rs" documentation = "https://docs.rs/ion-binary-rs" readme = "README.md" keywords = [ "ion", "binary", "amazon", "encode", "parse", ] categories = ["network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/Couragium/ion-binary-rs" [[bench]] name = "my_benchmark" harness = false [dependencies.bigdecimal] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.digest] version = "0.10" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.bson] version = "2.7.0" [dev-dependencies.criterion] version = "0.5" [badges.maintenance] status = "actively-developed"