bids-variables 0.0.1

BIDS variables: events, physio, stim, participants, sessions, scans
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 = "2024"
name = "bids-variables"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BIDS variables: events, physio, stim, participants, sessions, scans"
readme = false
license = "GPL-3.0-or-later"
resolver = "2"

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

[dependencies.bids-core]
version = "0.0.1"

[dependencies.bids-io]
version = "0.0.1"

[dependencies.bids-layout]
version = "0.0.1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"