# 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 = "digit-sequence" version = "0.3.8" authors = ["Gianluca Costa "] build = false include = [ "LICENSE", "README.md", "/benches/", "/examples/", "/src/", "/tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sequence of u8 digits" readme = "README.md" keywords = [ "digits", "sequence", "conversion", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/giancosta86/digit-sequence" [package.metadata.docs.rs] all-features = true [lib] name = "digit_sequence" path = "src/lib.rs" [[test]] name = "conversions" path = "tests/conversions.rs" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.128"