# 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 = "arrsac" version = "0.10.0" authors = ["Geordon Worley "] description = "From the paper \"A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus\"" documentation = "https://docs.rs/arrsac/" readme = "README.md" keywords = ["ransac", "sample", "consensus"] categories = ["algorithms", "science", "science::robotics", "no-std"] license = "MIT" repository = "https://github.com/rust-cv/arrsac" resolver = "2" [profile.dev] opt-level = 3 [profile.release] debug = true [dependencies.rand_core] version = "0.6.3" [dependencies.sample-consensus] version = "1.0.1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_xoshiro] version = "0.6.0"