# 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 = "rglw" version = "0.1.5" authors = ["jonathan.franco.2103@gmail.com"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Root project for all the utilities that rustyglware offers to the community" readme = "Readme.md" keywords = [ "rglw", "util", ] license = "MIT" [lib] name = "rglw" path = "src/lib.rs" [dependencies.rglw_codegen] version = "0.1.5" [dependencies.rglw_codegen_utils] version = "0.1.5" [dependencies.rglw_configuration] version = "0.1.5" [dependencies.rglw_log] version = "0.1.5" [build-dependencies.permissions] version = "0.5.1" [features] codegen = ["codegen_utils"] codegen_utils = [] configuration = [] log = []