# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "line_dist" version = "0.1.0" authors = ["huzefagul92 "] description = "The distance formula is used to calculate distance between two points in Rectangular Co-ordinate System" homepage = "https://doc.rust-lang.org/book/title-page.html" documentation = "https://doc.rust-lang.org/book/ch10-01-syntax.html" keywords = ["distance", "line_distance", "distance_formula", "line", "line_formula"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/huzefagul92/PIAIC_IOT_BATCH-2_Q2.git" [dependencies]