# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "caido-convert" version = "1.2.1" authors = [ "Christopher Guay ", "Caido ", ] description = """ Encoding library for web security applications """ readme = "README.md" license = "MIT" repository = "https://github.com/caido/convert" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bstr] version = "1.1.0" [dependencies.data-encoding] version = "2.3.3" [dependencies.hex] version = "0.4.3" [dependencies.md5] version = "0.7.0" [dependencies.percent-encoding] version = "2.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.38"