# 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 = "appattest-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust module for validating Apple App Attestations and Assertions" readme = "README.md" license = "MIT" repository = "https://github.com/TheDhejavu/appattest-rs" [lib] name = "appattest_rs" path = "src/lib.rs" [[example]] name = "assertion" path = "examples/assertion.rs" [[example]] name = "attestation" path = "examples/attestation.rs" [dependencies.base64] version = "0.22.1" [dependencies.byteorder] version = "1.4" [dependencies.ciborium] version = "0.2.2" [dependencies.openssl] version = "0.10" [dependencies.p256] version = "0.13.2" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.x509-parser] version = "0.16.0"