# 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 = "sculptor" version = "0.0.8" authors = ["LitiaEeloo "] description = "(Placeholder of) an app framework that uses configuration files." homepage = "https://github.com/LighghtEeloo/sculptor" readme = "Readme.md" keywords = [ "cli", "configuration", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/LighghtEeloo/sculptor" [dependencies.directories] version = "5.0" optional = true [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.8" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.time] version = "0.3" features = ["formatting"] optional = true [dependencies.toml] version = "0.8" features = ["preserve_order"] optional = true [features] file_io = [ "dep:time", "dep:serde", "dep:toml", "dep:serde_json", ] project_info = [ "dep:directories", "dep:once_cell", ] sha_snap = ["dep:sha2"]