[package] name = "sr-rcd" version = "0.6.0" authors = ["serhon "] description = "Apply Refining-Cover-by-Defect algorithm to solve Sound Ranging problem in time-dependent-metric (and, in particular, (quasi-)metric) spaces." readme = "README.md" keywords = ["approximation", "timetric", "sound-ranging", "source-localization", "tdoa"] categories = ["mathematics", "science"] license = "MIT OR Apache-2.0" default-run = "random" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] incremental = true [dependencies] rand = "0.8" rand_distr = "0.4" rayon = "1.5"