[package] name = "tyson" version = "0.1.0" authors = ["Roman Right "] edition = "2021" description = "Typed Simple Object Notation" readme = "README.md" license = "Apache-2.0" exclude = [ "assets/*", ] repository = "https://github.com/roman-right/tyson" [dependencies] pest = "2.1.3" pest_derive = "2.1.0" custom_error = "1.9.2"