# 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 = "br-code" version = "0.1.1" authors = ["Carry <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "tests", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This is an code" readme = "README.md" keywords = [ "code", "uuid", "qrcode", "random", ] license = "MIT" resolver = "1" [lib] name = "br_code" path = "src/lib.rs" [dependencies.barcoders] version = "2.0.0" features = [ "svg", "image", ] optional = true [dependencies.gs1] version = "0.1.6" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.image] version = "0.25" optional = true [dependencies.imageproc] version = "0.25.0" [dependencies.json] version = "0.12.4" [dependencies.qrcode] version = "0.14.0" features = [ "image", "svg", ] optional = true [dependencies.quircs] version = "0.10.2" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.regex] version = "1.9.3" features = [] optional = true default-features = false [dependencies.ril] version = "0.10" features = ["all"] optional = true [dependencies.uuid] version = "1.11" features = ["v4"] optional = true [dev-dependencies] [features] br_barcode = [ "barcoders", "ril", ] br_gs1 = [ "gs1", "hex", ] br_number = [] br_qrcode = [ "qrcode/image", "qrcode/svg", "quircs", "image", ] br_random = [ "rand", "uuid/v4", ] br_regex = [ "regex", "br_number", ] default = [ "br_qrcode", "br_barcode", "br_gs1", "br_random", "br_regex", ]