# 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" rust-version = "1.63.0" name = "isbn3" version = "0.4.4" authors = [ "Jihyeok Seo ", "Philippe Solodov ", "Oliver Schneider ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library for handling ISBNs." readme = "README.md" license = "MIT" repository = "https://github.com/assarbad/isbn-rs" [package.metadata.docs.rs] all-features = true [lib] name = "isbn3" path = "src/lib.rs" [[bench]] name = "bench_convert" path = "benches/bench_convert.rs" [[bench]] name = "bench_isbn_ranges" path = "benches/bench_isbn_ranges.rs" [[bench]] name = "bench_new" path = "benches/bench_new.rs" [dependencies.arrayvec] version = "0.7.1" default-features = false [dependencies.indexmap] version = "2.5" features = ["std"] optional = true default-features = false [dependencies.quick-xml] version = "0.36" features = ["encoding"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [build-dependencies.codegen] version = "0.2" optional = true [build-dependencies.roxmltree] version = "0.20" optional = true [features] ranges = [ "codegen", "roxmltree", ] runtime-ranges = [ "quick-xml", "indexmap", "ranges", ] serialize = ["serde"]