# 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 = "liblrs" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to manipulate linear referencing systems" homepage = "https://github.com/OpenRailAssociation/liblrs/" readme = "README.md" license = "MIT" [lib] name = "liblrs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "geometry_from_osm" path = "src/geometry_from_osm.rs" [dependencies.approx] version = "0.5.1" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.flatbuffers] version = "24.3" [dependencies.geo] version = "0.28" [dependencies.num-traits] version = "0.2" [dependencies.osm4routing] version = "0.7.0" [dependencies.thiserror] version = "1.0"