# 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 = "sfw-tools" version = "0.5.0" authors = ["Brandon Barker "] description = "Functions and programs from the book Software Tools" homepage = "https://github.com/bbarker/SoftwareTools" documentation = "https://docs.rs/sfw-tools" readme = "README.md" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/bbarker/SoftwareTools" resolver = "1" [lib] name = "sfwtools" path = "src/lib.rs" [[bin]] name = "sfwtools" path = "src/main.rs" [[bin]] name = "cp" path = "src/cp.rs" [[bin]] name = "wc" path = "src/wc.rs" [[bin]] name = "detab" path = "src/detab.rs" [[bin]] name = "entab" path = "src/entab.rs" [[bin]] name = "echo" path = "src/echo.rs" [[bin]] name = "compress" path = "src/compress.rs" [[bin]] name = "expand" path = "src/expand.rs" [dependencies.fp-core] version = "0.1.9" [dependencies.peeking_take_while] version = "0.1.2" [dependencies.seahorse] version = "1.1.1" [dependencies.tailcall] version = "0.1.6" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ]