# 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 = "resid-rs" version = "1.1.1" authors = ["Sebastian Jastrzebski "] description = "Port of reSID, a MOS6581 SID emulator engine, to Rust" readme = "README.md" keywords = [ "c64", "commodore", "emulator", "resid", "sid", ] categories = ["emulators"] license = "GPL-3.0+" repository = "https://github.com/binaryfields/resid-rs" [lib] name = "resid" [[bench]] name = "main" harness = false [dependencies.bit_field] version = "0.10" [dependencies.libm] version = "0.2.0" optional = true [dev-dependencies.criterion] version = "0.2" [features] alloc = [] default = ["std"] std = ["alloc"]