malwaredb-client-py 0.3.1

Python client for MalwareDB.
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"
rust-version = "1.88.0"
name = "malwaredb-client-py"
version = "0.3.1"
authors = ["Richard Zak <richard.j.zak@gmail.com>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python client for MalwareDB."
homepage = "https://malwaredb.net/"
readme = "README.md"
keywords = [
    "cybersecurity",
    "malware",
    "malware-research",
    "forensics",
    "python",
]
categories = [
    "database",
    "data-structures",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/malwaredb/malwaredb-rs"

[features]
default = []
generate-import-lib = ["pyo3/generate-import-lib"]
rust_lib = []

[lib]
name = "malwaredb"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"
features = ["std"]
default-features = false

[dependencies.malwaredb-client]
version = "0.3.1"
features = ["blocking"]
default-features = false

[dependencies.pyo3]
version = "0.27.2"
features = [
    "abi3",
    "anyhow",
    "extension-module",
    "macros",
    "pyo3-macros",
    "uuid",
]
default-features = false

[dependencies.pyo3-log]
version = "0.13.2"
default-features = false

[dependencies.serde_json]
version = "1.0"
default-features = false

[dependencies.uuid]
version = "1.20.0"
default-features = false

[build-dependencies.chrono]
version = "0.4.43"
features = ["now"]
default-features = false

[build-dependencies.pyo3-build-config]
version = "0.27.2"
default-features = false