# 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 = "drisk-api" version = "0.0.7" include = [ "**/*.rs", "Cargo.toml", ] description = "drisk_api - API to connect to dRISK Edge." homepage = "https://github.com/driskai/drisk_api" readme = "README.md" keywords = ["drisk"] license = "MIT" repository = "https://github.com/driskai/drisk_api" [lib] name = "drisk_api" crate-type = [ "lib", "cdylib", ] [dependencies.bincode] version = "1.3.3" [dependencies.hashbrown] version = "0.14.0" features = ["serde"] [dependencies.pyo3] version = "0.21.2" features = ["extension-module"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.0" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [features] extension-module = ["dep:pyo3"]