We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acec1d2 commit 6a378c1Copy full SHA for 6a378c1
Cargo.toml
@@ -2,19 +2,20 @@
2
name = "iotext"
3
version = "0.1.0"
4
rust-version = "1.57.0"
5
+edition = "2021"
6
7
[lib]
8
name = "_iotext"
9
crate-type = ["cdylib"]
10
11
[dependencies]
-pyo3 = { version = "0.19.0", features = ["auto-initialize", "extension-module"] }
12
-
+pyo3 = { version = "0.19.2", features = ["auto-initialize", "extension-module"] }
13
+iotext_rs = { git = "https://github.com/bieli/IoText-rs.git" }
14
# dependencies
15
fancy-regex = "0.11.0"
-regex = "1.8.3"
16
+regex = "1.9.4"
17
rustc-hash = "1.1.0"
-bstr = "1.5.0"
18
+bstr = "1.6.1"
19
20
[profile.release]
21
incremental = true
src/test_parse.rs
0 commit comments