# 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 = "moyo" version = "0.1.13" authors = ["Kohei Shinohara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for Crystal Symmetry in Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/spglib/moyo" [package.metadata.release] tag = true [lib] name = "moyo" path = "src/lib.rs" [[test]] name = "test_moyo_dataset" path = "tests/test_moyo_dataset.rs" [[bench]] name = "dataset" path = "benches/dataset.rs" harness = false [[bench]] name = "translation_search" path = "benches/translation_search.rs" harness = false [dependencies.approx] version = "0.5" [dependencies.itertools] version = "0.11" [dependencies.kiddo] version = "4.2" [dependencies.log] version = "0.4" features = ["release_max_level_debug"] [dependencies.nalgebra] version = "0.32" features = ["serde-serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.union-find] version = "0.4" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.test-log] version = "0.2"