[package] name = "deutsche-bahn-delay-reasons" authors = ["Rafael Bachmann "] description = "Get some reasons why your Deutsche Bahn train is late. Supports random reason generation." license-file = "LICENSE" repository = "https://github.com/barafael/deutsche-bahn-delay-reasons" version = "0.3.0" edition = "2021" [dependencies] enum_index = "0.2" enum_index_derive = "0.2" getrandom = { version = "0.2", features = ["js"] } rand = "0.8" thiserror = "1" variant_count = "1"