# 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 = "unseemly" version = "0.0.3" authors = ["Paul Stansifer "] description = "A typed macro language" homepage = "https://unseemly.github.io/" readme = "README.md" keywords = ["programming-language"] license = "MIT" repository = "https://github.com/paulstansifer/unseemly/" [profile.dev] opt-level = 2 [profile.release] opt-level = 3 [lib] name = "libunseemly" crate-type = ["cdylib", "rlib"] path = "src/main.rs" [[bin]] name = "unseemly" path = "src/cli.rs" test = false [dependencies.ansi-to-html] version = "0.1.0" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.color-backtrace] version = "0" [dependencies.custom_derive] version = "0.1.7" [dependencies.dirs] version = "3.0.2" [dependencies.im-rc] version = "15.0" [dependencies.indoc] version = "1.0.3" [dependencies.num] version = "0.4.0" [dependencies.regex] version = "1.4.6" [dependencies.tap] version = "1.0.1" [dependencies.wasm-bindgen] version = "0.2.76" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustyline] version = "8.0.0" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" [badges.appveyor] repository = "paulstansifer/unseemly" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "paulstansifer/unseemly"