[package] name = "tslite" version = "0.1.5" authors = ["Maël Naccache Tüfekçi "] edition = "2018" license = "CECILL-2.1" readme = "README.md" repository = "https://github.com/maeln/tslite" keywords = ["database", "time-serie", "embeddable", "time-series"] description = "TSLite is a small embeddable time-serie database." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" byteorder = "1.3"