[package] name = "libsieve" version = "0.1.2" authors = ["Brennan Vincent "] description = "Experimental interpreter for Sieve scripts (RFC 5228)" license = "Apache-2.0" repository = "https://github.com/umanwizard/libsieve" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" itertools = "0.8" memmem = "0.1.1" nom = "5.0.1" regex = "1.3" regex-syntax = "0.6"