# 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 = "cli-ferrilab" version = "0.1.0" authors = ["Óscar Castro"] description = "Command line tool for creating and managing data along with the library FerriLab." readme = "README.md" keywords = [ "cli", "ferrilab", "laboratory", ] license = "MIT" repository = "https://github.com/O2s0k0i3/Cli-FerriLab" [[bin]] name = "ferris" path = "src/main.rs" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.confy] version = "0.5.1" [dependencies.serde] version = "1.0.195" features = ["serde_derive"]