# 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 = "cryo_python" version = "0.3.2" build = "build.rs" description = "cryo python is a python library built on top of the rust cryo library" homepage = "https://github.com/paradigmxyz/cryo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paradigmxyz/cryo" [lib] name = "cryo" crate-type = ["cdylib"] path = "rust/lib.rs" [dependencies.cryo_cli] version = "0.3.2" [dependencies.cryo_freeze] version = "0.3.2" [dependencies.polars] version = "0.36.2" features = [ "parquet", "string_encoding", "polars-lazy", "lazy", "binary_encoding", "json", "dtype-struct", ] [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] [dependencies.pyo3-asyncio] version = "0.20.0" features = ["tokio-runtime"] [dependencies.pyo3-polars] version = "0.10.0" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", "sync", ] [build-dependencies.pyo3-build-config] version = "0.20.0"