# 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 = "2018" name = "bash-builtins" version = "0.4.1" authors = ["ayosec@gmail.com"] description = "This crate provides utilities to implement loadable builtins for bash." documentation = "https://docs.rs/bash-builtins" readme = "README.md" keywords = ["bash"] license = "Apache-2.0" repository = "https://github.com/ayosec/bash-builtins.rs" [[example]] name = "counter" crate-type = ["cdylib"] [[example]] name = "canpanic" crate-type = ["cdylib"] [[example]] name = "filesize" crate-type = ["cdylib"] [[example]] name = "loadfail" crate-type = ["cdylib"] [[example]] name = "nonrequiredargs" crate-type = ["cdylib"] [[example]] name = "upcase" crate-type = ["cdylib"] [[example]] name = "unload" crate-type = ["cdylib"] [[example]] name = "usevars" crate-type = ["cdylib"] [[example]] name = "varcounter" crate-type = ["cdylib"] [dependencies.bash_builtins_macro] version = "0.2.0" [dependencies.libc] version = "0" [dev-dependencies.assert_matches] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.trybuild] version = "1.0.43"