tracen 0.1.4

Public facade crate for Tracen runtime, DSL, analytics, export, and FFI modules.
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.79"
name = "tracen"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public facade crate for Tracen runtime, DSL, analytics, export, and FFI modules."
homepage = "https://github.com/kashif-m/tracen"
documentation = "https://docs.rs/tracen"
readme = "README.md"
keywords = [
    "tracking",
    "dsl",
    "analytics",
    "ffi",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/kashif-m/tracen"

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

[dependencies.tracen_analytics]
version = "0.1.4"

[dependencies.tracen_catalog]
version = "0.1.4"

[dependencies.tracen_dsl]
version = "0.1.4"

[dependencies.tracen_engine]
version = "0.1.4"

[dependencies.tracen_eval]
version = "0.1.4"

[dependencies.tracen_export]
version = "0.1.4"

[dependencies.tracen_ffi]
version = "0.1.4"

[dependencies.tracen_ffi_core]
version = "0.1.4"

[dependencies.tracen_ir]
version = "0.1.4"

[dependencies.tracen_pack]
version = "0.1.4"

[dependencies.tracen_pack_codegen]
version = "0.1.4"