# 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 = "libpt" version = "0.7.4" authors = ["Christoph J. Scherr "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Personal multitool" homepage = "https://git.cscherr.de/PlexSheep/pt" readme = "README.md" keywords = ["library"] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://git.cscherr.de/PlexSheep/pt" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libpt" crate-type = [ "dylib", "staticlib", "rlib", ] path = "src/lib.rs" [dependencies.libpt-bintols] version = "0.5.1" optional = true [dependencies.libpt-cli] version = "0.2.2-alpha.1" features = ["log"] optional = true [dependencies.libpt-core] version = "0.5.0" [dependencies.libpt-log] version = "0.6.2-alpha.1" optional = true [features] bintols = [ "dep:libpt-bintols", "log", ] cli = [ "dep:libpt-cli", "core", "log", ] core = [] default = [ "log", "core", ] full = [ "default", "core", "log", "bintols", "libpt-cli/full", ] log = ["dep:libpt-log"] log-crate = ["libpt-cli/log"]