maurice 1.3.0

Maurice, a Thomson MO5 emulator
Documentation
# 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 = "maurice"
version = "1.3.0"
authors = ["Matthieu Casanova"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Maurice, a Thomson MO5 emulator"
homepage = "https://github.com/kpouer/maurice"
readme = "README.md"
keywords = [
    "emulator",
    "emulation",
]
categories = ["emulators"]
license = "MIT"
repository = "https://github.com/kpouer/maurice"

[profile.dev.package."*"]
opt-level = 2

[profile.release]
opt-level = 2
lto = true
codegen-units = 1

[lib]
name = "maurice_lib"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "maurice"
path = "src/main.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.chrono]
version = "0.4.39"

[dependencies.cpal]
version = "0.15.3"

[dependencies.eframe]
version = "0.30.0"

[dependencies.egui]
version = "0.30.0"

[dependencies.log]
version = "0.4.25"

[dependencies.web-time]
version = "1.1.0"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap]
version = "4.5.26"
features = ["derive"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.egui-file-dialog]
version = "0.8.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.env_logger]
version = "0.11.6"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures]
version = "0.4.50"

[target.'cfg(target_family = "wasm")'.dependencies.web-sys]
version = "0.3.77"
features = [
    "Request",
    "RequestInit",
    "RequestMode",
    "Window",
    "Response",
]