ez_netflow_lib 0.1.4

EZ-Netflow is an all-in-one netflow server and library that's really easy to use. This is the lib crate, which contains the core server and database code. Use this crate directly if you want to incorporate EZ-Netflow into your project.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.33.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simplelog]
version = "^0.12.0"

[dependencies.tabled]
version = "0.17.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities"]
description = "EZ-Netflow is an all-in-one netflow server and library that's really easy to use. This is the lib crate, which contains the core server and database code. Use this crate directly if you want to incorporate EZ-Netflow into your project."
edition = "2021"
keywords = ["netflow", "ipfix", "sflow"]
license = "MIT"
name = "ez_netflow_lib"
readme = "README.md"
repository = "https://github.com/vektorprime/ez-netflow"
version = "0.1.4"