[package] name = "bagmetrics" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Khairandra Muhamad Nandyka "] readme = "README.MD" repository = "https://github.com/mornsoltice/bag" description = "bag is an aerospace data analysis tools library" [dependencies] csv = "1.3.0" serde = { version = "1.0.208", features = ["derive"] } serde_json = "1.0.125" ndarray = "0.16.1" plotters = "0.3.6" [[example]] name = "basic_analysis" path = "src/examples/basic_analysis.rs"