# 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 = "fuller_config" version = "0.1.6" authors = ["Grant Lemons "] description = "Utility used to interact with config files used by the Fuller project" keywords = [ "canvas_api", "fuller", ] license = "AGPL-3.0-only" repository = "https://github.com/grantlemons/canvas-cli/" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.196" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.toml] version = "0.8.10" [dependencies.toml_edit] version = "0.22.6" features = ["serde"] [dependencies.tracing] version = "0.1.40" [build-dependencies.dirs] version = "5.0.1"