sophosfirewall-python 12.1.1

A Rust package for interacting with Sophos Firewall.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sophosfirewall-python"
version = "12.1.1"  # Incremented version
edition = "2021"
authors = ["Your Name <vishalkumar957039@gmail.com>"]
description = "A Rust package for interacting with Sophos Firewall."
license = "MIT"
repository = "https://github.com/yourusername/sophosfirewall-python"
homepage = "https://yourwebsite.com"
documentation = "https://docs.rs/sophosfirewall-python"
readme = "README.md"

[dependencies]
reqwest = { version = "0.11", features = ["blocking"] }
whoami = "1.4"
ctor = "0.2"
urlencoding = "2.1"