# 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-c-sys" version = "0.4.17" authors = ["Amazon Ion Team "] exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", "**/ion-tests/iontestdata/**", "*.pdf", ] description = "Bindings to Amazon Ion C" homepage = "https://github.com/amzn/ion-rust" readme = "README.md" keywords = [ "ion", "parser", "json", "format", "serde", ] categories = [ "encoding", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/amzn/ion-rust" [dependencies.bigdecimal] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.ion-c-sys-macros] version = "0.1" [dependencies.num-bigint] version = "0.3" [dependencies.paste] version = "1.0" [dev-dependencies.rstest] version = "0.9" [dev-dependencies.rstest_reuse] version = "0.1" [build-dependencies.bindgen] version = "0.60.1" [build-dependencies.cmake] version = "0.1"