# 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 = "rc_conf" version = "0.8.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rc_conf provides rc.conf and rc.d-like data structures for consumption." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "rc_conf" path = "src/lib.rs" [[bin]] name = "rccat" path = "src/bin/rccat.rs" [[bin]] name = "rcdebug" path = "src/bin/rcdebug.rs" required-features = ["binaries"] [[bin]] name = "rcexamine" path = "src/bin/rcexamine.rs" required-features = ["binaries"] [[bin]] name = "rcinvoke" path = "src/bin/rcinvoke.rs" required-features = ["binaries"] [[bin]] name = "rclist" path = "src/bin/rclist.rs" required-features = ["binaries"] [[bin]] name = "rcscript" path = "src/bin/rcscript.rs" required-features = ["binaries"] [[bin]] name = "rcvar" path = "src/bin/rcvar.rs" required-features = ["binaries"] [[test]] name = "example1" path = "tests/example1.rs" required-features = ["binaries"] [[test]] name = "example2" path = "tests/example2.rs" required-features = ["binaries"] [[test]] name = "example3" path = "tests/example3.rs" [[test]] name = "invoke" path = "tests/invoke.rs" [dependencies.arrrg] version = "0.5" optional = true [dependencies.arrrg_derive] version = "0.5" optional = true [dependencies.getopts] version = "0.2" optional = true [dependencies.shvar] version = "0.5" [dependencies.utf8path] version = "0.6" [features] binaries = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]