# 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 = "rosv" version = "1.1.0" description = "An implementation of the RSV file format" readme = "README.md" license = "MIT-0" repository = "https://gitlab.com/bhamlin/rosv" [[example]] name = "sample" [[example]] name = "fileio" required-features = ["fs"] [dependencies.error-stack] version = "0.4.1" optional = true [dev-dependencies.clap] version = "4.4.14" features = ["derive"] [features] default = ["fs"] fs = ["dep:error-stack"]