# 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-schema" version = "0.14.1" authors = ["Amazon Ion Team "] build = false exclude = [ "**/.git/**", "**/.github/**", "**/.travis.yml", "**/.appveyor.yml", "**/ion-schema-tests/**", "**/ion-schema-schemas/isl/**", "*.pdf", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of Amazon Ion Schema" homepage = "https://github.com/amazon-ion/ion-schema-rust" readme = "README.md" keywords = [ "ion", "schema", ] license = "Apache-2.0" repository = "https://github.com/amazon-ion/ion-schema-rust" resolver = "1" [lib] name = "ion_schema" path = "src/lib.rs" [[example]] name = "schema" path = "examples/schema.rs" [dependencies.half] version = "2.2.1" [dependencies.ion-rs] version = "1.0.0-rc.8" features = ["experimental-reader-writer"] [dependencies.num-bigint] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.5.6" [dependencies.thiserror] version = "1.0" [dev-dependencies.clap] version = "2.33.3" features = ["yaml"] [dev-dependencies.rstest] version = "0.9" [dev-dependencies.test-generator] version = "0.3.0"