# 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 = "fqn-estimator" version = "0.2.1" authors = ["Pavel Perestoronin "] publish = true description = "Fast online Qn scale estimator in Rust" documentation = "https://docs.rs/fqn-estimator" readme = "README.md" keywords = [ "qn", "estimator", "statistics", ] categories = [ "algorithms", "mathematics", "science", ] license-file = "LICENSE" repository = "https://github.com/eigenein/rust-fqn-estimator" [profile.dev] split-debuginfo = "unpacked" [profile.release] lto = "thin" codegen-units = 1 strip = true [lib] [dependencies.num-traits] version = "0.2.18" optional = true [features] default = ["num-traits"] num-traits = ["dep:num-traits"] [lints.clippy] all = "warn" module_name_repetitions = "allow" nursery = "warn" pedantic = "warn"