mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-26 04:31:02 -05:00
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.28.2 to 0.28.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.28.2...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
44 lines
882 B
TOML
44 lines
882 B
TOML
[package]
|
|
name = "qdrant-edge-py"
|
|
version = "0.6.1"
|
|
authors = ["Qdrant Team <info@qdrant.tech>"]
|
|
license = "Apache-2.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "qdrant_edge"
|
|
crate-type = ["cdylib"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
|
|
[features]
|
|
default = []
|
|
abi3 = ["pyo3/abi3-py310"]
|
|
|
|
|
|
[dependencies]
|
|
edge = { path = ".." }
|
|
edge-py-codegen = { path = "./codegen" }
|
|
segment = { path = "../../segment", default-features = false }
|
|
shard = { path = "../../shard", default-features = false }
|
|
sparse = { path = "../../sparse" }
|
|
|
|
ahash = { workspace = true }
|
|
bytemuck = { workspace = true }
|
|
fnv = { workspace = true }
|
|
indexmap = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
uuid = { workspace = true }
|
|
ordered-float = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
|
|
[dependencies.derive_more]
|
|
version = "2.1"
|
|
features = ["into"]
|
|
|
|
[dependencies.pyo3]
|
|
version = "0.28.3"
|
|
features = ["uuid"]
|