# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clevel" version = "0.1.7" authors = ["Andrii Shafar "] exclude = ["examples/", "pkg/", ".vscode/", "clevel_app", "clevel-app.code-workspace", ".editorconfig", ".gitignore"] description = "Assessment of expert competence" homepage = "https://clevel-app.now.sh" readme = "README.md" keywords = ["wasm", "library", "assessment", "expert", "competence"] categories = ["wasm", "parsing", "data-structures", "command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Reidond/clevel" [profile.release] opt-level = "s" [lib] crate-type = ["cdylib", "rlib"] [dependencies.clap] version = "2.33.0" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.ron] version = "0.5.1" [dependencies.serde] version = "1.0.104" [dependencies.serde_json] version = "1.0.48" [dependencies.simple-matrix] version = "0.1.2" [dependencies.wasm-bindgen] version = "0.2.59" [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.8" [features] default = ["console_error_panic_hook"] [badges.maintenance] status = "as-is"