# 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 = "rsp6-decoder" version = "0.1.0" authors = ["eta "] description = "Decode UK National Rail mobile tickets in RSP6 format." license = "MIT" repository = "https://git.eta.st/eta/rsp6-decoder" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0" [dependencies.bitvec] version = "1.0" [dependencies.console_error_panic_hook] version = "0.1" optional = true [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.lazy_static] version = "1.4" optional = true [dependencies.num-bigint] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" optional = true [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = [ "macros", "serde", "serde-human-readable", ] [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wee_alloc] version = "0.4" optional = true [features] wasm = [ "wasm-bindgen", "lazy_static", "serde-wasm-bindgen", "wee_alloc", "console_error_panic_hook", ]