# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "frank" version = "0.1.3" authors = ["dustan doud cancellogic.com"] description = "Frank - Fetch and Rank adds bolt-on generic vector ranking and fetching features. Just use and let resultvec = vector.rank() or resultvec = vector.fetch(&my_picks_vec). Fun extras: sequence_sum_of_squares (by calculus, not iteration), integer means, dense_ranking. " keywords = ["rank", "fetch", "generic", "vector", "Hoeffding"] license = "MIT OR Apache-2.0" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [dependencies.num-traits] version = "0.2.6"