mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Updates the requirements on [flexbuffers](https://github.com/google/flatbuffers) to permit the latest version. - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/flatbuffers/compare/v2.0.0...v25.2.10) --- updated-dependencies: - dependency-name: flexbuffers dependency-version: 25.2.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
694 B
TOML
33 lines
694 B
TOML
[package]
|
|
name = "read_aconity_layers"
|
|
version = "0.4.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "read_aconity_layers"
|
|
path = "src/lib.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
csv = "*"
|
|
glob = "*"
|
|
indicatif = "*"
|
|
ndarray = { version = "0.16.1", features = ["rayon"] }
|
|
numpy = "0.22.0"
|
|
pyo3 = { version = "0.22.5", features = ["abi3-py311", "extension-module"] }
|
|
rayon = "*"
|
|
thiserror = "1.0.60"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0.91"
|
|
approx = "0.5.1"
|
|
arbitrary = { version = "1.3.2", features = ["derive"] }
|
|
arbtest = "0.3.1"
|
|
flexbuffers = "25.2.10"
|
|
float-cmp = "0.10.0"
|
|
ndarray = { version = "0.16.1", features = ["rayon", "serde"] }
|
|
serde = "1.0.200"
|
|
tar = "0.4.40"
|
|
tempfile = "3.10.1"
|
|
xz = "0.1.0"
|