# 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.65" name = "siso" version = "0.1.0" authors = ["Jack Grigg "] description = "IBM 5150 emulator" readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "siso" required-features = ["bin"] [dependencies.gumdrop] version = "0.8" optional = true [dependencies.iced-x86] version = "1.17" features = [ "decoder", "std", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.iced-x86] version = "1.17" features = [ "code_asm", "decoder", "std", ] default-features = false [features] bin = [ "gumdrop", "tracing-subscriber", ]