# 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 = "dtw_rs_band_fork" version = "1.0.1" authors = ["Lars Skifjeld "] description = "Fork of Dynamic Time Warping Library for Rust" homepage = "https://github.com/shshemi/dtw-rs" documentation = "https://docs.rs/dtw_rs/latest/dtw_rs/" readme = "README.md" keywords = [ "dynamic", "time", "warping", "dtw", ] license-file = "LICENSE" repository = "https://github.com/shshemi/dtw-rs" [dependencies] [dev-dependencies.float-cmp] version = "0.9.0"