# 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 = "mrc-workout-creator" version = "0.8.0" authors = ["Tim Toebrock"] description = """ Create workouts in the MRC format. """ readme = "README.md" license = "MIT" [dependencies.dirs] version = "5.0" [dependencies.iced] version = "0.12.1" features = [ "async-std", "debug", "canvas", ] [dependencies.iced_core] version = "0.12.1" [dependencies.regex] version = "1.10" [dependencies.rfd] version = "0.13" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-std] version = "1.12" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.directories-next] version = "2.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-timer] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Window", "Storage", ]