# 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 = "beamtrace" version = "0.1.0" authors = ["Berke DURAK "] description = "Plotter" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/berke/beamplot" resolver = "2" [[bin]] name = "show_book" path = "src/show_book.rs" [[bin]] name = "render_book" path = "src/render_book.rs" [dependencies.beambook] version = "0.1.0" [dependencies.ndarray] version = "^0.14" [dependencies.ndarray-image] version = "^0.3" [dependencies.rmp-serde] version = "^0.15" [dependencies.serde] version = "1.0" features = ["derive"]