File: Cargo.toml

package info (click to toggle)
python-zxcvbn-rs-py 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: python: 63; makefile: 16; sh: 11
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zxcvbn-rs-py"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "zxcvbn_rs_py"
crate-type = ["cdylib"]

[dependencies]
pyo3 = ">=0.27,<0.29"
zxcvbn = "3.1.0"