# 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 = "better_embedded" version = "0.4.0" authors = ["xuxiaocheng <2762267080@qq.com>"] build = false include = [ "/Cargo.toml", "/src", "/README.md", "/LICENSE-MIT", "/LICENSE-APACHE", "/CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Embed files and release them at runtime" documentation = "https://docs.rs/better_embedded/" readme = "README.md" keywords = [ "embedded", "release", ] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/xuxiaocheng0201/better_embedded" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "better_embedded" path = "src/lib.rs" [dependencies.log] version = "~0.4" optional = true [dependencies.md-5] version = "~0.10" optional = true [dependencies.rand] version = "~0.8" optional = true [features] default = [ "log", "md5", ] log = ["dep:log"] md5 = ["dep:md-5"] random = ["dep:rand"]