[package] name = "tindi" version = "0.8.0" edition = "2021" authors=["Jon Karrer "] description = "Technical Stock Chart Indicators" license = "MIT/Apache-2.0" repository = "https://github.com/jonkarrer/tindi" readme = "README.md" keywords = ["stocks", "trading", "indicators",] categories = ["finance"] [dependencies] serde = { version = "1.0.215", features = ["derive"] }