sophosfirewall-python 10.1.1

A Rust package for interacting with Sophos Firewall.
Documentation
[[bin]]
name = "sophosfirewall-python"
path = "src/main.rs"

[dependencies.ctor]
version = "0.2"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[dependencies.urlencoding]
version = "2.1"

[dependencies.whoami]
version = "1.4"

[lib]
name = "sophosfirewall_python"
path = "src/lib.rs"

[package]
authors = ["Your Name <your@email.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust package for interacting with Sophos Firewall."
documentation = "https://docs.rs/sophosfirewall-python"
edition = "2021"
homepage = "https://yourwebsite.com"
license = "MIT"
name = "sophosfirewall-python"
readme = "README.md"
repository = "https://github.com/yourusername/sophosfirewall-python"
version = "10.1.1"