[package] name = "caido-convert" version = "1.2.1" authors = ["Christopher Guay ", "Caido "] repository = "https://github.com/caido/convert" readme = "README.md" edition = "2021" description = """ Encoding library for web security applications """ license = "MIT" [lib] crate-type = ["cdylib", "rlib"] [dependencies] bstr = "1.1.0" data-encoding = "2.3.3" hex = "0.4.3" md5 = "0.7.0" percent-encoding = "2.2.0" sha1 = "0.10.5" sha2 = "0.10.6" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0.38"