# 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 = "nanokit" version = "0.2.0" build = false include = ["src/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of tiny, reusable utility methods that reduce code size and improve performance." readme = "README.MD" license-file = "LICENSE" repository = "https://github.com/Sewer56/nanokit-rs" [profile.profile] lto = true codegen-units = 1 debug = 2 inherits = "release" strip = false [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "nanokit" path = "src/lib.rs" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rstest] version = "0.23.0" [features] c-exports = [] default = ["std"] no-inline-concat = [] std = [] [target."cfg(unix)".dev-dependencies.pprof] version = "0.12" features = [ "flamegraph", "criterion", ]