# 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 = "vrot" version = "0.5.0" authors = ["Sungbae Jeong "] description = "Memorizing vocabulary helper" readme = "README.md" license = "MIT" repository = "https://github.com/e0328eric/vrot.git" [lib] crate-type = ["cdylib"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.toml] version = "0.5.9" [target."cfg(not(target_family = \"wasm\"))".dependencies.clap] version = "4.0.22" features = ["derive"] [target."cfg(not(target_family = \"wasm\"))".dependencies.itertools] version = "0.10" [target."cfg(not(target_family = \"wasm\"))".dependencies.rand] version = "0.8.5" [target."cfg(not(target_family = \"wasm\"))".dependencies.rustyline] version = "10.0.0" features = [ "signal-hook", "with-fuzzy", ] [target."cfg(not(target_family = \"wasm\"))".dependencies.rustyline-derive] version = "0.7.0" [target."cfg(target_family = \"wasm\")".dependencies.getrandom] version = "0.2.8" features = ["js"] [target."cfg(target_family = \"wasm\")".dependencies.rand] version = "0.8.5" [target."cfg(target_family = \"wasm\")".dependencies.serde-wasm-bindgen] version = "0.4.5" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2.83"