# 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 = "ame2020" version = "0.1.1" description = "A parsing library for the Atomic Mass Evaluation 2020 format" documentation = "https://docs.rs/ame2020" readme = "README.md" keywords = [ "parser", "physics", ] categories = [ "science", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/j-browne/ame2020-rs" [package.metadata.docs.rs] all-features = true [[example]] name = "convert_to_json" required-features = ["serde"] [dependencies.arbitrary] version = "1.2.0" features = ["derive"] optional = true [dependencies.arrayvec] version = "0.7.2" [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "1.0.37" [dev-dependencies.clap] version = "4.0.17" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.87" [features] serde = [ "dep:serde", "arrayvec/serde", ]