stateset-embedded-python 0.7.13

Python bindings for StateSet Embedded Commerce
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "stateset-embedded-python"
version = "0.7.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for StateSet Embedded Commerce"
readme = "README.md"
keywords = [
    "commerce",
    "ecommerce",
    "python",
    "pyo3",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stateset/stateset-icommerce"

[lib]
name = "stateset_embedded"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.pyo3]
version = "0.24"
features = ["extension-module"]

[dependencies.rust_decimal]
version = "1.36"
features = ["serde"]

[dependencies.serde_json]
version = "1.0"

[dependencies.stateset-core]
version = "0.7.13"
features = ["embeddings"]

[dependencies.stateset-db]
version = "0.7.13"
features = ["vector"]

[dependencies.stateset-embedded]
version = "0.7.13"
features = ["vector"]
package = "stateset-embedded"

[dependencies.uuid]
version = "1.11"
features = ["v4"]