# 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 = "extended-isolation-forest" version = "0.2.3" authors = ["Nico Mandery "] description = "rust port of the anomaly detection algorithm" homepage = "https://github.com/nmandery/extended-isolation-forest" readme = "README.md" keywords = [ "anomaly-detection", "machine-learning", ] license = "MIT" repository = "https://github.com/nmandery/extended-isolation-forest" [[example]] name = "walking_stairs" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" features = ["alloc"] [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.csv] version = "1" [dev-dependencies.eyre] version = "0.6" [dev-dependencies.plotters] version = "0.3" [dev-dependencies.serde_json] version = "1"