# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "brcode" version = "1.4.2" authors = ["Julia Naomi "] description = "Crate to parse and emit BR Codes" documentation = "https://docs.rs/brcode/" readme = "README.md" keywords = ["BRCode", "QRCode", "EMV"] license = "LGPL-3.0" repository = "https://github.com/naomijub/brcode" [lib] name = "brcode" crate-type = ["rlib", "dylib"] path = "src/lib.rs" [[bench]] name = "parse" harness = false [[bench]] name = "to_brcode" harness = false [[bench]] name = "both_ways" harness = false [[bench]] name = "crc16" harness = false [dependencies.edn-derive] version = "0.4.2" [dependencies.edn-rs] version = "0.15.0" [dependencies.qrcode-generator] version = "4.0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.3"