Skip to content

Commit

Permalink
chore(cargo): update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle committed Apr 25, 2024
1 parent 07d5e69 commit e224efa
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@
name = "mtc-token-healing"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Token healing implementation"
repository = "https://github.com/ModelTC/mtc-token-healing"
homepage = "https://github.com/ModelTC/mtc-token-healing"
documentation = "https://docs.rs/mtc-token-healing"
readme = "README.md"
authors = ["Chielo Newctle <ChieloNewctle@gmail.com>"]
exclude = ["release-plz.toml", ".github"]

[dependencies]
derive_more = "0.99.17"
general-sam = { version = "1.0.0", features = ["trie"] }
pyo3 = { version = "0.21.2", optional = true }
serde = { version = "1.0.198", optional = true }
smallvec = "1.13.2"
thiserror = "1.0.59"

[features]
pyo3 = ["dep:pyo3"]
serde = ["dep:serde", "smallvec/serde"]

[dev-dependencies]
clap = { version = "4.5.4", features = ["derive", "env"] }
Expand All @@ -23,3 +29,6 @@ regex = "1.10.4"
serde_json = "1.0.116"
tokenizers = { version = "0.19.1", features = ["hf-hub", "http"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }

[package.metadata.docs.rs]
all-features = true

0 comments on commit e224efa

Please sign in to comment.