rxform 0.1.3

Rust implementation of pyxform: convert XLSForm spreadsheets to ODK XForm XML
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"
name = "rxform"
version = "0.1.3"
authors = ["André Leite <leite@de.ufpe.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of pyxform: convert XLSForm spreadsheets to ODK XForm XML"
readme = "README.md"
keywords = [
    "xlsform",
    "xform",
    "odk",
    "openrosa",
    "survey",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "BSD-2-Clause"
repository = "https://github.com/milkway/rxform"

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

[[bin]]
name = "rxform"
path = "src/main.rs"

[[test]]
name = "errors_test"
path = "tests/errors_test.rs"

[[test]]
name = "fixtures_test"
path = "tests/fixtures_test.rs"

[dependencies.calamine]
version = "0.26"
features = ["dates"]

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.pretty_assertions]
version = "1"