# 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 = "content_disposition" version = "0.4.0" build = false exclude = [ ".gitattributes", ".gitignore", ".github/**", "examples/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Content-Disposition parser" homepage = "https://github.com/y0zong/content-disposition/blob/master/README.md" readme = "README.md" keywords = [ "parser", "content-disposition", "mime", "http", "http2", ] categories = ["parsing"] license = "MIT OR 0BSD" repository = "https://github.com/y0zong/content-disposition" [lib] name = "content_disposition" path = "src/lib.rs" [dependencies.charset] version = "0.1.5"