# 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 = "auto_encoder" version = "0.1.10" authors = ["j-mendez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Auto encoding library" documentation = "https://docs.rs/auto_encoder" readme = "README.md" keywords = [ "encoding", "auto-encoding", ] categories = [ "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/spider-rs/auto-encoder" [lib] name = "auto_encoder" path = "src/lib.rs" [dependencies.chardetng] version = "0.1" [dependencies.encoding_rs] version = "0.8" [dependencies.percent-encoding] version = "2" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.phf_codegen] version = "0.11" [dev-dependencies.maud] version = "0.26"