# 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.80" name = "spcfile" version = "1.2.0" authors = ["kleines Filmröllchen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = ".spc file format reading and writing" homepage = "https://spcasm.filmroellchen.eu/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/kleinesfilmroellchen/spcasm" [lib] name = "spcfile" path = "src/lib.rs" [[example]] name = "spcdump" path = "examples/spcdump.rs" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.63" [lints.clippy] all = "deny" nursery = "deny" pedantic = "deny" [lints.rust] incomplete_features = "allow" non_upper_case_globals = "allow" [lints.rust.missing_docs] level = "deny" priority = -10 [lints.rust.unused] level = "deny" priority = -10 [lints.rustdoc] all = "deny"