[package] name = "anglosaxon" version = "0.1.1" edition = "2021" license = "AGPL-3.0+" repository = "https://github.com/amandasaurus/anglosaxon-rs" authors = ["Amanda McCann "] description = "Convert XML files to text with ad-hoc streaming SAX parser" [dependencies] xml-rs ="0.8" anyhow = "1.0" clap = { version = "3", features = ["cargo"] }