# 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 = "traffic-sim" version = "0.1.1" authors = ["Alexander Rafferty "] description = "A simple traffic simulation package focussed on performance and realism." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Rafferty97/traffic-simple" resolver = "2" [dependencies.assert_approx_eq] version = "1.1.0" [dependencies.cgmath] version = "0.18.0" features = ["serde"] [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.10.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.82" [dependencies.slotmap] version = "1.0.6" features = ["serde"] [dependencies.smallvec] version = "1.5.1" features = ["serde"]