# 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" rust-version = "1.59.0" name = "citeworks-cli" version = "0.1.1" authors = ["FĂ©lix Saparelli "] description = "csl2cff tool to write a CSL-JSON bibliography to a CFF file" keywords = [ "cff", "csl", "convert", "citeworks", ] license = "Apache-2.0" repository = "https://github.com/passcod/citeworks" [dependencies.citeworks-cff] version = "0.1.1" [dependencies.citeworks-csl] version = "0.3.0" [dependencies.clap] version = "3.2.17" features = [ "derive", "cargo", ] [dependencies.miette] version = "5.3.0" features = ["fancy"] [dependencies.serde_yaml] version = "0.9.6" [dependencies.url] version = "2.2.2"