# 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 = "netidx-tools-core" version = "0.27.0" authors = ["Eric Stokes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "netidx command line tools core library" homepage = "https://netidx.github.io/netidx-book/" documentation = "https://docs.rs/netidx" readme = "README.md" keywords = [ "networking", "distributed", "kerberos", "tool", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/estokes/netidx" [lib] name = "netidx_tools_core" path = "src/lib.rs" [dependencies.netidx] version = "0.27.0" default-features = false [dependencies.structopt] version = "0.3" [features] default = [] krb5_iov = ["netidx/krb5_iov"]