# 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.66" name = "chu-liu-edmonds" version = "0.1.0" exclude = [".gitignore"] description = "MST decoding using Chu-Liu-Edmonds" homepage = "https://github.com/danieldk/chu-liu-edmonds" documentation = "https://docs.rs/chu-liu-edmonds/" readme = "README.md" keywords = [ "mst", "decoding", "minimum", "spanning", "tree", ] license = "MIT OR Apache-2.0" repository = "https://github.com/danieldk/chu-liu-edmonds" [dependencies.ndarray] version = "0.15" [dependencies.ordered-float] version = "4" [dev-dependencies.ndarray-rand] version = "0.14"