/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "barclays"
 3  version = "0.1.0"
 4  edition = "2021"
 5  
 6  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 7  
 8  [dependencies]
 9  linfa-preprocessing = "0.7.0"
10  ndarray = "0.15.6"
11  polars = { version = "0.38.3", features = ["ndarray"] }
12  smartcore = { version = "0.3.2", features = ["ndarray-bindings"] }