# 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 = "gs1" version = "0.1.8" authors = ["Russ Garrett "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for dealing with GS1 identifiers" homepage = "https://github.com/russss/rust-gs1" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/russss/rust-gs1" [lib] name = "gs1" path = "src/lib.rs" [[test]] name = "test_epc" path = "tests/test_epc.rs" [dependencies.bitreader] version = "0.3.2" [dependencies.hex] version = "0.4.0" [dependencies.num_enum] version = "0.4.1" [dependencies.pad] version = "0.1.5" [dependencies.percent-encoding] version = "2.1.0"