# 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 = "unescaper" version = "0.1.5" authors = ["Xavier Lau "] description = "Unescape strings with escape sequences written out as literal characters." homepage = "https://hack.ink/unescaper" readme = "README.md" keywords = [ "escape", "string", "unescape", ] license = "GPL-3.0/MIT" repository = "https://github.com/hack-ink/unescaper" [profile.ci-dev] incremental = false inherits = "dev" [profile.ci-release] lto = true inherits = "release" [dependencies.thiserror] version = "1.0"