# 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" rust-version = "1.80" name = "takecrate" version = "1.1.0" authors = [ "Christopher Foo", "Takecrate contributors", ] build = false exclude = [ ".cargo/config.toml", ".github/ISSUE_TEMPLATE", ".github/pull_request_template.md", ".github/workflows", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Adds installer functionality to standalone binaries for distribution of CLI applications" readme = "README.md" keywords = [ "installer", "cli", ] categories = ["command-line-interface"] license = "MPL-2.0" repository = "https://github.com/chfoo/takecrate" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "takecrate" path = "src/lib.rs" [[example]] name = "takecrate_example_installer" path = "examples/takecrate_example_installer.rs" [[test]] name = "directory_install" path = "tests/directory_install.rs" [dependencies.crc32c] version = "0.6.8" [dependencies.cursive] version = "0.21.1" optional = true [dependencies.fluent-bundle] version = "0.15.3" optional = true [dependencies.fluent-templates] version = "0.11.0" optional = true [dependencies.ron] version = "0.8.1" [dependencies.self-replace] version = "1.5.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sys-locale] version = "0.3.1" optional = true [dependencies.tempfile] version = "3.13.0" [dependencies.thiserror] version = "2.0.0" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.10.0" features = [ "serde", "v5", ] [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.clap] version = "4.5.18" features = ["derive"] [dev-dependencies.regex-lite] version = "0.1.6" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.whoami] version = "1.5.2" [features] default = [ "ui", "i18n", "i18n-static", ] i18n = [ "dep:fluent-bundle", "dep:fluent-templates", "dep:sys-locale", ] i18n-custom = ["i18n"] i18n-static = ["i18n"] ui = ["dep:cursive"] ui-theme = [] [target."cfg(unix)".dependencies.libc] version = "0.2.159" [target."cfg(windows)".dependencies.windows-registry] version = "0.3.0" [target."cfg(windows)".dependencies.windows-result] version = "0.2.0" [lints.rust] missing-docs = "warn"