rustsim-transit 0.0.1

Public-transit primitives for rustsim: stops, routes, schedules, boarding/alighting queues, dwell times, headway control
Documentation
# 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"
rust-version = "1.94.0"
name = "rustsim-transit"
version = "0.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public-transit primitives for rustsim: stops, routes, schedules, boarding/alighting queues, dwell times, headway control"
readme = false
keywords = [
    "transit",
    "bus",
    "schedule",
    "mobility",
    "simulation",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/rustsim/rustsim"

[lib]
name = "rustsim_transit"
path = "src/lib.rs"

[dependencies.rustsim-geometry]
version = "0.0.1"

[dependencies.thiserror]
version = "2"