[package] name = "rusticsom" version = "1.1.1" authors = ["Avinash Shenoy ", "Aditi Srinivas "] license = "MIT" repository = "https://github.com/avinashshenoy97/RusticSOM" readme = "README.md" description = "Rust library for Self Organising Maps (SOM)." keywords = ["SOM", "ML", "self-organizing-map"] categories = ["machine-learning"] exclude = [".DS_Store"] edition = "2018" [dependencies] rand = "0.4" ndarray = { version = "0.13", features = ["serde-1"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"