# 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 = "common-data-model" version = "0.1.2" build = false exclude = [ "tests", ".gitignore", ".dockerignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Set of structs and traits for my network monitor system" readme = "README.md" keywords = [ "datamodel", "network", ] categories = [ "data-structures", "database", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/albertjimenez/NetworkMonitor/tree/main/common-data-model" [lib] name = "common_data_model" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.9.0" [dependencies.sqlx] version = "0.8.2" features = [ "runtime-tokio-rustls", "postgres", "sqlx-macros", "sqlx-postgres", "macros", ] default-features = false [dependencies.strsim] version = "0.11.1"