[package] name = "tref" version = "0.4.0" authors = ["Andreu Santaren Llop "] edition = "2018" description = "Tree in Rows Elemental Format (TREF). Crate to parse, store and serialize trees." license = "MIT" repository = "https://github.com/asllop/tref" keywords = ["tree", "format"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" socarel = "0.4.0"