[package] name = "isolation_forest" version = "1.1.0" authors = ["Michael J Simms "] readme = "../README.md" description = "An implementation of the Isolation Forest anomoly detection algorithm." repository = "https://github.com/msimms/LibIsolationForest/" license = "MIT" edition = "2018" [dependencies] rand = "0.8.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" csv = "1"