qtty 0.3.0

Strongly typed physical and astronomical quantities.
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 = "qtty"
version = "0.3.0"
authors = ["VPRamon <vallespuigramon@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strongly typed physical and astronomical quantities."
documentation = "https://docs.rs/qtty"
readme = "README.md"
keywords = [
    "astronomy",
    "quantities",
    "science",
]
categories = [
    "science",
    "aerospace",
]
license = "AGPL-3.0"
repository = "https://github.com/Siderust/qtty"

[features]
default = ["std"]
diesel = ["qtty-core/diesel"]
pyo3 = [
    "qtty-core/pyo3",
    "dep:pyo3",
]
scalar-decimal = ["qtty-core/scalar-decimal"]
scalar-rational = ["qtty-core/scalar-rational"]
serde = ["qtty-core/serde"]
std = ["qtty-core/std"]
tiberius = ["qtty-core/tiberius"]

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

[[example]]
name = "angles"
path = "examples/angles.rs"

[[example]]
name = "astronomy"
path = "examples/astronomy.rs"

[[example]]
name = "dimensional_arithmetic"
path = "examples/dimensional_arithmetic.rs"

[[example]]
name = "python_integration"
path = "examples/python_integration.rs"
required-features = ["pyo3"]

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[example]]
name = "ratios"
path = "examples/ratios.rs"

[[example]]
name = "serde_with_unit"
path = "examples/serde_with_unit.rs"

[[example]]
name = "serialization"
path = "examples/serialization.rs"

[[example]]
name = "serialization_advanced"
path = "examples/serialization_advanced.rs"

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

[dependencies.pyo3]
version = "0.27.2"
features = ["auto-initialize"]
optional = true

[dependencies.qtty-core]
version = "0.3.0"
default-features = false

[dependencies.qtty-derive]
version = "0.3.0"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"