language = "C" documentation = true documentation_style = "doxy" line_length = 75 tab_width = 2 braces = "SameLine" header = """ /*! * This file is automatically generated by cbindgen. * DO NOT EDIT THIS FILE MANUALLY. * * All string-returning functions allocate memory that must be freed using Butck_FreeString(). */ #define BUTCK_HASH_BLAKE3 0 #define BUTCK_HASH_SHA256 1 """ include_guard = "BUTCK_H" include_version = true [parse] parse_deps = true include = ["constants"] extra_bindings = ["constants"] expand = { crates = ["constants"] } [export] include = ["*"] exclude = [] [fn] sort_by = "Name" rename_args = "None" [const] sort_by = "Name" [struct] rename_fields = "None" [enum] rename_variants = "None" enum_class = false