# 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 = "netcon" version = "0.1.2" authors = ["Björn Guth "] description = "A collections of tools and helper functions developed for and by NetCon Unternehmensberatung GmbH" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/netcon-consulting/netcon-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.log] version = "^0.4" optional = true [features] threadpool = ["log"]