# 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 = "tropical_algebra" version = "0.0.4" exclude = ["/src/bin"] description = "Implementation of the tropical algebra in Rust." homepage = "https://github.com/MeetThePatel/Tropical-Algebra" documentation = "https://docs.rs/tropical_algebra/0.0.2/tropical_algebra/" license = "MIT" repository = "https://github.com/MeetThePatel/Tropical-Algebra" resolver = "2" [dependencies.auto_ops] version = "0.3.0" [dependencies.ndarray] version = "0.15.4" [dependencies.num-traits] version = "0.2.15"