# 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 = "one-euro" version = "0.6.0" authors = ["Rostyslav Bohomaz "] exclude = [ "/assets", "/tests", ".*", ] description = "Multidimensional implementation of 1€ Filter" readme = "README.md" license = "MIT" repository = "https://github.com/rostyq/one-euro-rs" [profile.bench] lto = true [lib] name = "one_euro" bench = false [[bench]] name = "filter_bench" harness = false [dependencies.nalgebra] version = "0.32.1" default-features = false [dev-dependencies.approx] version = "0.5.1" default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.csv] version = "1.1.6" default-features = false [dev-dependencies.nalgebra] version = "0.32.1" features = ["std"] default-features = false [dev-dependencies.serde] version = "1.0.152" features = ["derive"]