# 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 = "academic-journals" version = "0.1.3" authors = ["Razvan Azamfirei "] description = "A library for managing journal abbreviations and full names" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/razvanazamfirei/academic-journals" [package.metadata.docs.rs] features = ["dotless"] no-default-features = true [dependencies.anyhow] version = "1.0.76" default-features = false [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.193" features = ["serde_derive"] default-features = false [build-dependencies.anyhow] version = "1.0.76" [build-dependencies.bincode] version = "1.3.3" [build-dependencies.csv] version = "1.3.0" [build-dependencies.serde] version = "1.0.193" features = ["serde_derive"] default-features = false [features] default = [ "dotless", "online", ] dot = [] dotless = [] online = []