# 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.71.1" name = "mini-functions" version = "0.0.10" authors = ["The minifunctions contributors "] build = "build.rs" exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] include = [ "/build.rs", "/Cargo.toml", "/cclm/**", "/cjwt/**", "/idk/**", "/LICENSE-APACHE", "/LICENSE-MIT", "/mdg/**", "/README.md", "/src/**", "/tests/**", ] description = "A Rust library of highly performant utility and wrapper functions" homepage = "https://minifunctions.com" documentation = "https://docs.rs/mini-functions" readme = "README.md" keywords = [ "libraries", "mini-functions", "toolkit", "utilities", "functions", ] categories = [ "development-tools", "parsing", "value-formatting", "algorithms", "date-and-time", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sebastienrousseau/mini-functions.git" [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [profile.test] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true strip = false [lib] crate-type = ["lib"] path = "src/lib.rs" required-features = [ "cclm", "cmn", "dtt", "idk", "hsh", "cjwt", "rlg", "mdg", "qrc", ] [dependencies.cclm] version = "0.0.1" [dependencies.cjwt] version = "0.0.1" [dependencies.cmn] version = "0.0.3" [dependencies.dtt] version = "0.0.5" [dependencies.hsh] version = "0.0.7" [dependencies.idk] version = "0.0.1" [dependencies.image] version = "0.24.7" [dependencies.mdg] version = "0.0.1" [dependencies.qrc] version = "0.0.5" [dependencies.rlg] version = "0.0.2" [dependencies.serde_json] version = "1.0.108" [dependencies.vrd] version = "0.0.5" [badges.maintenance] status = "actively-developed"