# 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" rust-version = "1.56.0" name = "focaccia" version = "1.4.0" authors = ["Ryan Lopopolo "] include = [ "src/**/*", "tests/**/*", "CaseFolding.txt", "LICENSE", "LICENSE-UNICODE", "README.md", ] description = "no_std implementation of Unicode case folding comparisons" homepage = "https://github.com/artichoke/focaccia" documentation = "https://docs.rs/focaccia" readme = "README.md" keywords = [ "case-folding", "case-insensitive", "case", "no_std", "unicode", ] categories = [ "internationalization", "no-std", "no-std::no-alloc", "text-processing", ] license = "MIT AND Unicode-DFS-2016" repository = "https://github.com/artichoke/focaccia" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [dependencies] [dev-dependencies.version-sync] version = "0.9.3" features = [ "markdown_deps_updated", "html_root_url_updated", ] default-features = false [features] default = ["std"] std = []