[package] name = "orgora" version = "0.1.1" edition = "2021" description = "org mode parser for rust (and python)" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pest = "2.5.6" pest_derive = "2.5.6" pretty_assertions = "1.3.0" urlencoding = "2.1.2"