# 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-cff" version = "0.1.1" authors = ["FĂ©lix Saparelli "] description = "Serde types for serialising and deserialising CFF (Citation File Format)" documentation = "https://docs.rs/citeworks-cff" keywords = [ "cff", "citeworks", ] license = "Apache-2.0" repository = "https://github.com/passcod/citeworks" [dependencies.semver] version = "1.0.13" features = ["serde"] [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_yaml] version = "0.9.4" [dependencies.spdx] version = "0.8.1" [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.pretty_assertions] version = "1.2.1"