# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "signum" version = "0.2.1" authors = ["Xiphoseer "] description = "Implementation of Signum! (1986) file formats" homepage = "https://xiphoseer.github.io/sdo-tool/implementation#signum" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Xiphoseer/sdo-tool/tree/main/crates/signum" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bitflags] version = "1.2" [dependencies.image] version = "0.23" features = ["png"] optional = true default-features = false [dependencies.nom] version = "6.1.0" [dependencies.thiserror] version = "1.0"