Skip to content

Commit

Permalink
prepare Cargo.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 2, 2023
1 parent 129b178 commit d74dd6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ name = "norm"
version = "0.1.0"
edition = "2021"
authors = ["Riccardo Mazzarini <[email protected]>"]
description = "A collection of distance metrics on strings"
documentation = "https://docs.rs/norms"
repository = "https://github.com/nomad/norm"
readme = "README.md"
license = "MIT"
keywords = ["text", "fuzzy", "match", "search", "fzf"]
categories = ["algorithms"]
exclude = ["/.github", "/benches", "/examples", "/fuzz", "/tests"]

[package.metadata.docs.rs]
features = ["fzf-v1", "fzf-v2"]
rustdoc-args = ["--cfg", "docsrs"]

[features]
fzf-v1 = ["__any-metric"]
Expand Down

0 comments on commit d74dd6e

Please sign in to comment.