# 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 = "e173" version = "0.1.0-alpha.4" authors = ["Sam Kearney "] description = "A library implementing various aspects of the ESTA BSR E1.73 standard" license = "MIT" repository = "https://gitlab.com/esta-cpwg/e173support" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.e173_ts] version = "0.1.0-alpha.4" features = [ "js", "wasm-bindgen", ] optional = true [dependencies.itertools] version = "0.12.0" [dependencies.json-pointer] version = "0.3.4" [dependencies.serde] version = "1.0.193" features = ["serde_derive"] [dependencies.serde-wasm-bindgen] version = "0.6" optional = true [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.uuid] version = "1.10.0" [dependencies.wasm-bindgen] version = "0.2" optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.jsonschema] version = "0.23.0" features = ["draft201909"] default-features = false [dev-dependencies.macrotest] version = "1.0.11" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [features] default = [] wasm = [ "dep:e173_ts", "dep:wasm-bindgen", "dep:serde-wasm-bindgen", ]