# 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 = "2018" name = "isbn" version = "0.4.0" authors = [ "Jihyeok Seo ", "Philippe Solodov ", ] description = "A library for handling ISBNs." readme = "README.md" license = "MIT" repository = "https://github.com/limeburst/isbn-rs" [dependencies.arrayvec] version = "0.7.1" default-features = false [dependencies.indexmap] version = "1.7.0" optional = true default-features = false [dependencies.quick-xml] version = "0.22.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [build-dependencies.codegen] version = "0.1" [build-dependencies.roxmltree] version = "0.14.1" [features] runtime-ranges = [ "quick-xml", "indexmap", ] serialize = ["serde"]