We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0442758 commit 6f5dd71Copy full SHA for 6f5dd71
1 file changed
Cargo.toml
@@ -2,6 +2,19 @@
2
name = "itransformer-rs"
3
version = "1.0.0"
4
edition = "2021"
5
+license = "MIT"
6
+description = "A Rust library for the iTransformer model."
7
+homepage = "https://github.com/rust-dd/iTransformer"
8
+repository = "https://github.com/rust-dd/iTransformer"
9
+documentation = "https://docs.rs/itransformer-rs/latest/itransformer_rs/"
10
+readme = "README.md"
11
+keywords = [
12
+ "iTransformer",
13
+ "transformer",
14
+ "tch-rs",
15
+ "deep_learning",
16
+ "timeseries",
17
+]
18
19
[dependencies]
20
either = "1.13.0"
0 commit comments