[package] name = "telegram-markov-chain" version = "0.1.2" authors = ["Eric S. Londres "] edition = "2018" license = "AGPL-3.0-only" description = "a simple package to parse a telegram chat history into a markov chain" [dependencies] markov = "1.1" json = "0.12.4" lazy_static = "1"