# 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 = "vegas-lattice" version = "0.9.0" authors = ["Oscar David Arbeláez Echeverri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI and library to work with lattices" homepage = "https://github.com/odarbelaeze/vegas-lattice-rs" documentation = "https://docs.rs/vegas-lattice" readme = "README.md" keywords = [ "lattice", "graph", "crystall", "materials", ] categories = [ "command-line-utilities", "science", "simulation", ] license-file = "LICENSE.txt" repository = "https://github.com/odarbelaeze/vegas-lattice-rs" [lib] name = "vegas_lattice" path = "src/lib.rs" [[bin]] name = "vegas-lattice" path = "src/main.rs" [[test]] name = "test_lattice_components" path = "tests/test_lattice_components.rs" [[test]] name = "test_serde_understanding" path = "tests/test_serde_understanding.rs" [dependencies.clap] version = "4.5.16" features = [ "cargo", "derive", ] [dependencies.image] version = "0.24" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.63"